Home | History | Annotate | Download | only in wps

Lines Matching defs:ap

45  * @ap_channel: AP channel
136 * assoc_wps_ie: (Re)AssocReq WPS IE (in AP; %NULL if not AP)
141 * new_ap_settings - New AP settings (%NULL if not used)
143 * This parameter provides new AP settings when using a wireless
144 * stations as a Registrar to configure the AP. %NULL means that AP
146 * current AP settings by using AP PIN.
151 * peer_addr: MAC address of the peer in AP; %NULL if not AP
172 * On AP/GO, this is set to the P2P Device Address of the associating
180 * pbc_in_m1 - Do not remove PushButton config method in M1 (AP)
183 * PBC with the AP.
266 * Response frames needs to be changed (AP only). Callee is responsible
311 * set_ie_cb() is used by AP implementation in similar caes, but it
367 * By default, the AP that is started in not configured state will
382 * dualband - Whether this is a concurrent dualband AP
423 * WPS_EV_ER_AP_ADD - ER: AP added
428 * WPS_EV_ER_AP_REMOVE - ER: AP removed
443 * WPS_EV_ER_AP_SETTINGS - ER: AP Settings learned
453 * WPS_EV_AP_PIN_SUCCESS - External Registrar used correct AP PIN
511 } ap;
567 * ap - Whether the local end is an access point
569 int ap;
582 * ap_setup_locked - Whether AP setup is locked (only used at AP)
595 * Credentials. In addition, AP uses it when acting as an Enrollee to
645 * If %NULL, Registrar will generate per-device PSK. In addition, AP
678 * ap_settings - AP Settings override for M7 (only used at AP)
680 * If %NULL, AP Settings attributes will be generated based on the
848 int wps_validate_m7_encr(const struct wpabuf *tlvs, int ap, int wps2);
850 int wps_validate_m8_encr(const struct wpabuf *tlvs, int ap, int wps2);
937 static inline int wps_validate_m7_encr(const struct wpabuf *tlvs, int ap,
948 static inline int wps_validate_m8_encr(const struct wpabuf *tlvs, int ap,