/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/wps/ |
D | wps_enrollee.c | 19 static int wps_build_wps_state(struct wps_data *wps, struct wpabuf *msg) in wps_build_wps_state() 35 static int wps_build_e_hash(struct wps_data *wps, struct wpabuf *msg) in wps_build_e_hash() 83 static int wps_build_e_snonce1(struct wps_data *wps, struct wpabuf *msg) in wps_build_e_snonce1() 93 static int wps_build_e_snonce2(struct wps_data *wps, struct wpabuf *msg) in wps_build_e_snonce2() 104 static struct wpabuf * wps_build_m1(struct wps_data *wps) in wps_build_m1() 170 static struct wpabuf * wps_build_m3(struct wps_data *wps) in wps_build_m3() 208 static struct wpabuf * wps_build_m5(struct wps_data *wps) in wps_build_m5() 243 static int wps_build_cred_ssid(struct wps_data *wps, struct wpabuf *msg) in wps_build_cred_ssid() 253 static int wps_build_cred_auth_type(struct wps_data *wps, struct wpabuf *msg) in wps_build_cred_auth_type() 277 static int wps_build_cred_encr_type(struct wps_data *wps, struct wpabuf *msg) in wps_build_cred_encr_type() [all …]
|
D | wps_attr_build.c | 21 int wps_build_public_key(struct wps_data *wps, struct wpabuf *msg) in wps_build_public_key() 159 int wps_build_authenticator(struct wps_data *wps, struct wpabuf *msg) in wps_build_authenticator() 286 int wps_build_enrollee_nonce(struct wps_data *wps, struct wpabuf *msg) in wps_build_enrollee_nonce() 296 int wps_build_registrar_nonce(struct wps_data *wps, struct wpabuf *msg) in wps_build_registrar_nonce() 306 int wps_build_auth_type_flags(struct wps_data *wps, struct wpabuf *msg) in wps_build_auth_type_flags() 333 int wps_build_encr_type_flags(struct wps_data *wps, struct wpabuf *msg) in wps_build_encr_type_flags() 357 int wps_build_conn_type_flags(struct wps_data *wps, struct wpabuf *msg) in wps_build_conn_type_flags() 367 int wps_build_assoc_state(struct wps_data *wps, struct wpabuf *msg) in wps_build_assoc_state() 377 int wps_build_key_wrap_auth(struct wps_data *wps, struct wpabuf *msg) in wps_build_key_wrap_auth() 393 int wps_build_encr_settings(struct wps_data *wps, struct wpabuf *msg, in wps_build_encr_settings()
|
D | wps_registrar.c | 143 struct wps_context *wps; member 478 static int wps_build_wps_state(struct wps_context *wps, struct wpabuf *msg) in wps_build_wps_state() 490 static void wps_registrar_free_pending_m2(struct wps_context *wps) in wps_registrar_free_pending_m2() 514 static int wps_build_ap_setup_locked(struct wps_context *wps, in wps_build_ap_setup_locked() 669 wps_registrar_init(struct wps_context *wps, in wps_registrar_init() 1383 static int wps_get_dev_password(struct wps_data *wps) in wps_get_dev_password() 1445 static int wps_build_uuid_r(struct wps_data *wps, struct wpabuf *msg) in wps_build_uuid_r() 1455 static int wps_build_r_hash(struct wps_data *wps, struct wpabuf *msg) in wps_build_r_hash() 1503 static int wps_build_r_snonce1(struct wps_data *wps, struct wpabuf *msg) in wps_build_r_snonce1() 1513 static int wps_build_r_snonce2(struct wps_data *wps, struct wpabuf *msg) in wps_build_r_snonce2() [all …]
|
D | wps_common.c | 62 int wps_derive_keys(struct wps_data *wps) in wps_derive_keys() 132 int wps_derive_psk(struct wps_data *wps, const u8 *dev_passwd, in wps_derive_psk() 155 struct wpabuf * wps_decrypt_encr_settings(struct wps_data *wps, const u8 *encr, in wps_decrypt_encr_settings() 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() [all …]
|
D | wps_attr_process.c | 16 int wps_process_authenticator(struct wps_data *wps, const u8 *authenticator, in wps_process_authenticator() 54 int wps_process_key_wrap_auth(struct wps_data *wps, struct wpabuf *msg, in wps_process_key_wrap_auth()
|
D | wps_upnp.h | 22 struct wps_data *wps; member
|
D | wps.c | 201 enum wps_process_res wps_process_msg(struct wps_data *wps, in wps_process_msg() 221 struct wpabuf * wps_get_msg(struct wps_data *wps, enum wsc_op_code *op_code) in wps_get_msg()
|
D | wps_er.h | 28 struct wps_data *wps; member 40 struct wps_data *wps; member 77 struct wps_context *wps; member
|
D | wps_er.c | 34 static void wps_er_sta_event(struct wps_context *wps, struct wps_er_sta *sta, in wps_er_sta_event() 127 static void wps_er_ap_event(struct wps_context *wps, struct wps_er_ap *ap, in wps_er_ap_event() 1249 wps_er_init(struct wps_context *wps, const char *ifname, const char *filter) in wps_er_init() 2037 struct wpabuf * wps_er_config_token_from_cred(struct wps_context *wps, in wps_er_config_token_from_cred() 2082 struct wps_context *wps, const u8 *uuid, in wps_er_nfc_handover_sel()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/wps/ |
D | wps_enrollee.c | 19 static int wps_build_wps_state(struct wps_data *wps, struct wpabuf *msg) in wps_build_wps_state() 35 static int wps_build_e_hash(struct wps_data *wps, struct wpabuf *msg) in wps_build_e_hash() 83 static int wps_build_e_snonce1(struct wps_data *wps, struct wpabuf *msg) in wps_build_e_snonce1() 93 static int wps_build_e_snonce2(struct wps_data *wps, struct wpabuf *msg) in wps_build_e_snonce2() 104 static struct wpabuf * wps_build_m1(struct wps_data *wps) in wps_build_m1() 170 static struct wpabuf * wps_build_m3(struct wps_data *wps) in wps_build_m3() 208 static struct wpabuf * wps_build_m5(struct wps_data *wps) in wps_build_m5() 243 static int wps_build_cred_ssid(struct wps_data *wps, struct wpabuf *msg) in wps_build_cred_ssid() 253 static int wps_build_cred_auth_type(struct wps_data *wps, struct wpabuf *msg) in wps_build_cred_auth_type() 277 static int wps_build_cred_encr_type(struct wps_data *wps, struct wpabuf *msg) in wps_build_cred_encr_type() [all …]
|
D | wps_attr_build.c | 21 int wps_build_public_key(struct wps_data *wps, struct wpabuf *msg) in wps_build_public_key() 159 int wps_build_authenticator(struct wps_data *wps, struct wpabuf *msg) in wps_build_authenticator() 284 int wps_build_enrollee_nonce(struct wps_data *wps, struct wpabuf *msg) in wps_build_enrollee_nonce() 294 int wps_build_registrar_nonce(struct wps_data *wps, struct wpabuf *msg) in wps_build_registrar_nonce() 304 int wps_build_auth_type_flags(struct wps_data *wps, struct wpabuf *msg) in wps_build_auth_type_flags() 328 int wps_build_encr_type_flags(struct wps_data *wps, struct wpabuf *msg) in wps_build_encr_type_flags() 349 int wps_build_conn_type_flags(struct wps_data *wps, struct wpabuf *msg) in wps_build_conn_type_flags() 359 int wps_build_assoc_state(struct wps_data *wps, struct wpabuf *msg) in wps_build_assoc_state() 369 int wps_build_key_wrap_auth(struct wps_data *wps, struct wpabuf *msg) in wps_build_key_wrap_auth() 384 int wps_build_encr_settings(struct wps_data *wps, struct wpabuf *msg, in wps_build_encr_settings()
|
D | wps_registrar.c | 142 struct wps_context *wps; member 477 static int wps_build_wps_state(struct wps_context *wps, struct wpabuf *msg) in wps_build_wps_state() 489 static void wps_registrar_free_pending_m2(struct wps_context *wps) in wps_registrar_free_pending_m2() 513 static int wps_build_ap_setup_locked(struct wps_context *wps, in wps_build_ap_setup_locked() 668 wps_registrar_init(struct wps_context *wps, in wps_registrar_init() 1405 static int wps_get_dev_password(struct wps_data *wps) in wps_get_dev_password() 1467 static int wps_build_uuid_r(struct wps_data *wps, struct wpabuf *msg) in wps_build_uuid_r() 1477 static int wps_build_r_hash(struct wps_data *wps, struct wpabuf *msg) in wps_build_r_hash() 1525 static int wps_build_r_snonce1(struct wps_data *wps, struct wpabuf *msg) in wps_build_r_snonce1() 1535 static int wps_build_r_snonce2(struct wps_data *wps, struct wpabuf *msg) in wps_build_r_snonce2() [all …]
|
D | wps_common.c | 62 int wps_derive_keys(struct wps_data *wps) in wps_derive_keys() 132 int wps_derive_psk(struct wps_data *wps, const u8 *dev_passwd, in wps_derive_psk() 155 struct wpabuf * wps_decrypt_encr_settings(struct wps_data *wps, const u8 *encr, in wps_decrypt_encr_settings() 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() [all …]
|
D | wps_attr_process.c | 16 int wps_process_authenticator(struct wps_data *wps, const u8 *authenticator, in wps_process_authenticator() 53 int wps_process_key_wrap_auth(struct wps_data *wps, struct wpabuf *msg, in wps_process_key_wrap_auth()
|
D | wps_upnp.h | 22 struct wps_data *wps; member
|
D | wps.c | 201 enum wps_process_res wps_process_msg(struct wps_data *wps, in wps_process_msg() 221 struct wpabuf * wps_get_msg(struct wps_data *wps, enum wsc_op_code *op_code) in wps_get_msg()
|
D | wps_er.h | 28 struct wps_data *wps; member 40 struct wps_data *wps; member 77 struct wps_context *wps; member
|
D | wps_er.c | 34 static void wps_er_sta_event(struct wps_context *wps, struct wps_er_sta *sta, in wps_er_sta_event() 127 static void wps_er_ap_event(struct wps_context *wps, struct wps_er_ap *ap, in wps_er_ap_event() 1249 wps_er_init(struct wps_context *wps, const char *ifname, const char *filter) in wps_er_init() 2037 struct wpabuf * wps_er_config_token_from_cred(struct wps_context *wps, in wps_er_config_token_from_cred() 2082 struct wps_context *wps, const u8 *uuid, in wps_er_nfc_handover_sel()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/ap/ |
D | wps_hostapd.c | 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() local 1352 struct wps_context *wps = hapd->wps; in hostapd_init_wps_complete() local 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() local 1762 struct wps_context *wps) in hostapd_wps_upnp_init() 2016 const struct wpabuf *wps) in hostapd_wps_nfc_tag_process() 2038 const struct wpabuf *wps = data; in hostapd_wps_nfc_tag_read() local [all …]
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/wpa_supplicant/ |
D | wps_supplicant.c | 141 struct wpabuf *wps; in wpas_wps_eapol_cb() local 1516 struct wps_context *wps) in wpas_wps_set_uuid() 1550 struct wps_context *wps) in wpas_wps_set_vendor_ext_m1() 1568 struct wps_context *wps; in wpas_wps_init() local 1658 static void wpas_wps_nfc_clear(struct wps_context *wps) in wpas_wps_nfc_clear() 1909 unsigned int pbc = 0, auth = 0, pin = 0, wps = 0; in wpas_wps_notify_scan_results() local 2231 struct wps_context *wps = wpa_s->wps; in wpas_wps_update_config() local 2284 struct wps_context *wps; in wpas_wps_update_mac_addr() local 2370 struct wps_context *wps = wpa_s->wps; in wpas_wps_start_nfc() local 2490 const struct wpabuf *wps) in wpas_wps_nfc_tag_process() [all …]
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/wpa_supplicant/ |
D | wps_supplicant.c | 141 struct wpabuf *wps; in wpas_wps_eapol_cb() local 1493 struct wps_context *wps) in wpas_wps_set_uuid() 1527 struct wps_context *wps) in wpas_wps_set_vendor_ext_m1() 1545 struct wps_context *wps; in wpas_wps_init() local 1630 static void wpas_wps_nfc_clear(struct wps_context *wps) in wpas_wps_nfc_clear() 1865 unsigned int pbc = 0, auth = 0, pin = 0, wps = 0; in wpas_wps_notify_scan_results() local 2187 struct wps_context *wps = wpa_s->wps; in wpas_wps_update_config() local 2316 struct wps_context *wps = wpa_s->wps; in wpas_wps_start_nfc() local 2436 const struct wpabuf *wps) in wpas_wps_nfc_tag_process() 2463 const struct wpabuf *wps = data; in wpas_wps_nfc_tag_read() local [all …]
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/ap/ |
D | wps_hostapd.c | 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() local 1254 struct wps_context *wps = hapd->wps; in hostapd_init_wps_complete() local 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() 1822 const struct wpabuf *wps) in hostapd_wps_nfc_tag_process() 1844 const struct wpabuf *wps = data; in hostapd_wps_nfc_tag_read() local 1898 struct wps_context *wps = hapd->wps; in hostapd_wps_nfc_hs_cr() local 1935 struct wpabuf *wps; in hostapd_wps_nfc_report_handover() local [all …]
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/eap_peer/ |
D | eap_wsc.c | 27 struct wps_data *wps; member 147 struct wps_context *wps; in eap_wsc_init() local
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/eap_peer/ |
D | eap_wsc.c | 27 struct wps_data *wps; member 147 struct wps_context *wps; in eap_wsc_init() local
|
D | eap.h | 321 struct wps_context *wps; member
|