/third_party/wpa_supplicant/wpa_supplicant-2.9/src/wps/ |
H A D | wps_i.h | 27 struct wps_context *wps; 141 void wps_fail_event(struct wps_context *wps, enum wps_msg_type msg, 143 void wps_success_event(struct wps_context *wps, const u8 *mac_addr); 144 void wps_pwd_auth_fail_event(struct wps_context *wps, int enrollee, int part, 146 void wps_pbc_overlap_event(struct wps_context *wps); 147 void wps_pbc_timeout_event(struct wps_context *wps); 148 void wps_pbc_active_event(struct wps_context *wps); 149 void wps_pbc_disable_event(struct wps_context *wps);
|
H A D | wps.h | 113 struct wps_context *wps; 627 * struct wps_context - Long term WPS context data 632 struct wps_context { struct 843 wps_registrar_init(struct wps_context *wps, 882 struct wpabuf * wps_get_oob_cred(struct wps_context *wps, int rf_band, 884 int wps_oob_use_cred(struct wps_context *wps, struct wps_parse_attr *attr); 888 struct wps_er * wps_er_init(struct wps_context *wps, const char *ifname, 903 struct wpabuf * wps_er_config_token_from_cred(struct wps_context *wps, 908 struct wps_context *wps, const u8 *uuid, 925 struct wpabuf * wps_build_nfc_handover_req(struct wps_context *ct [all...] |
H A D | wps_common.c | 272 void wps_fail_event(struct wps_context *wps, enum wps_msg_type msg, in wps_fail_event() 289 void wps_success_event(struct wps_context *wps, const u8 *mac_addr) in wps_success_event() 302 void wps_pwd_auth_fail_event(struct wps_context *wps, int enrollee, int part, in wps_pwd_auth_fail_event() 318 void wps_pbc_overlap_event(struct wps_context *wps) in wps_pbc_overlap_event() 327 void wps_pbc_timeout_event(struct wps_context *wps) in wps_pbc_timeout_event() 336 void wps_pbc_active_event(struct wps_context *wps) in wps_pbc_active_event() 345 void wps_pbc_disable_event(struct wps_context *wps) in wps_pbc_disable_event() 356 struct wpabuf * wps_get_oob_cred(struct wps_context *wps, int rf_band, in wps_get_oob_cred() 435 int wps_oob_use_cred(struct wps_context *wps, struct wps_parse_attr *attr) in wps_oob_use_cred() 703 struct wpabuf * wps_build_nfc_handover_req(struct wps_context *ct [all...] |
H A D | wps_upnp.h | 17 struct wps_context; 40 upnp_wps_device_init(struct upnp_wps_device_ctx *ctx, struct wps_context *wps,
|
H A D | wps_er.h | 77 struct wps_context *wps;
|
H A D | wps_upnp_i.h | 109 struct wps_context *wps;
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/wps/ |
H A D | wps_i.h | 27 struct wps_context *wps; 141 void wps_fail_event(struct wps_context *wps, enum wps_msg_type msg, 143 void wps_success_event(struct wps_context *wps, const u8 *mac_addr); 144 void wps_pwd_auth_fail_event(struct wps_context *wps, int enrollee, int part, 146 void wps_pbc_overlap_event(struct wps_context *wps); 147 void wps_pbc_timeout_event(struct wps_context *wps); 148 void wps_pbc_active_event(struct wps_context *wps); 149 void wps_pbc_disable_event(struct wps_context *wps);
|
H A D | wps.h | 114 struct wps_context *wps; 631 * struct wps_context - Long term WPS context data 636 struct wps_context { struct 851 wps_registrar_init(struct wps_context *wps, 895 struct wpabuf * wps_get_oob_cred(struct wps_context *wps, int rf_band, 897 int wps_oob_use_cred(struct wps_context *wps, struct wps_parse_attr *attr); 901 struct wps_er * wps_er_init(struct wps_context *wps, const char *ifname, 916 struct wpabuf * wps_er_config_token_from_cred(struct wps_context *wps, 921 struct wps_context *wps, const u8 *uuid, 938 struct wpabuf * wps_build_nfc_handover_req(struct wps_context *ct [all...] |
H A D | wps_common.c | 272 void wps_fail_event(struct wps_context *wps, enum wps_msg_type msg, in wps_fail_event() 289 void wps_success_event(struct wps_context *wps, const u8 *mac_addr) in wps_success_event() 302 void wps_pwd_auth_fail_event(struct wps_context *wps, int enrollee, int part, in wps_pwd_auth_fail_event() 318 void wps_pbc_overlap_event(struct wps_context *wps) in wps_pbc_overlap_event() 327 void wps_pbc_timeout_event(struct wps_context *wps) in wps_pbc_timeout_event() 336 void wps_pbc_active_event(struct wps_context *wps) in wps_pbc_active_event() 345 void wps_pbc_disable_event(struct wps_context *wps) in wps_pbc_disable_event() 356 struct wpabuf * wps_get_oob_cred(struct wps_context *wps, int rf_band, in wps_get_oob_cred() 435 int wps_oob_use_cred(struct wps_context *wps, struct wps_parse_attr *attr) in wps_oob_use_cred() 703 struct wpabuf * wps_build_nfc_handover_req(struct wps_context *ct [all...] |
H A D | wps_upnp.h | 17 struct wps_context; 40 upnp_wps_device_init(struct upnp_wps_device_ctx *ctx, struct wps_context *wps,
|
H A D | wps_er.h | 77 struct wps_context *wps;
|
H A D | wps_upnp_i.h | 109 struct wps_context *wps;
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/ap/ |
H A D | wps_hostapd.c | 34 struct wps_context *wps); 43 static void hostapd_wps_nfc_clear(struct wps_context *wps); 1026 struct wps_context *wps) in hostapd_wps_set_vendor_ext() 1051 struct wps_context *wps) in hostapd_wps_set_application_ext() 1065 static void hostapd_free_wps(struct wps_context *wps) in hostapd_free_wps() 1083 struct wps_context *wps; in hostapd_init_wps() 1352 struct wps_context *wps = hapd->wps; in hostapd_init_wps_complete() 1371 static void hostapd_wps_nfc_clear(struct wps_context *wps) in hostapd_wps_nfc_clear() 1450 struct wps_context *wps = hapd->wps; in hostapd_update_wps() 1762 struct wps_context *wp in hostapd_wps_upnp_init() [all...] |
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/radius/ |
H A D | radius_server.h | 189 struct wps_context *wps;
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/ap/ |
H A D | wps_hostapd.c | 34 struct wps_context *wps); 43 static void hostapd_wps_nfc_clear(struct wps_context *wps); 972 struct wps_context *wps) in hostapd_wps_set_vendor_ext() 996 static void hostapd_free_wps(struct wps_context *wps) in hostapd_free_wps() 1014 struct wps_context *wps; in hostapd_init_wps() 1254 struct wps_context *wps = hapd->wps; in hostapd_init_wps_complete() 1273 static void hostapd_wps_nfc_clear(struct wps_context *wps) in hostapd_wps_nfc_clear() 1577 struct wps_context *wps) in hostapd_wps_upnp_init() 1898 struct wps_context *wps = hapd->wps; in hostapd_wps_nfc_hs_cr() 2043 struct wps_context *wp in hostapd_wps_nfc_token_enable() [all...] |
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/eap_server/ |
H A D | eap.h | 129 struct wps_context *wps;
|
H A D | eap_i.h | 199 struct wps_context *wps;
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/eapol_auth/ |
H A D | eapol_auth_sm.h | 44 struct wps_context *wps;
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/eap_server/ |
H A D | eap.h | 236 struct wps_context *wps;
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/eap_peer/ |
H A D | eap.h | 322 struct wps_context *wps;
|
H A D | eap_i.h | 371 struct wps_context *wps;
|
H A D | eap_wsc.c | 28 struct wps_context *wps_ctx; 147 struct wps_context *wps; in eap_wsc_init()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/eap_peer/ |
H A D | eap.h | 321 struct wps_context *wps;
|
H A D | eap_i.h | 372 struct wps_context *wps;
|
H A D | eap_wsc.c | 30 struct wps_context *wps_ctx; 149 struct wps_context *wps; in eap_wsc_init()
|