/hal_espressif-latest/components/wpa_supplicant/src/wps/ |
D | wps_enrollee.c | 21 static int wps_build_wps_state(struct wps_data *wps, struct wpabuf *msg) in wps_build_wps_state() 37 static int wps_build_e_hash(struct wps_data *wps, struct wpabuf *msg) in wps_build_e_hash() 85 static int wps_build_e_snonce1(struct wps_data *wps, struct wpabuf *msg) in wps_build_e_snonce1() 95 static int wps_build_e_snonce2(struct wps_data *wps, struct wpabuf *msg) in wps_build_e_snonce2() 106 static struct wpabuf * wps_build_m1(struct wps_data *wps) in wps_build_m1() 172 static struct wpabuf * wps_build_m3(struct wps_data *wps) in wps_build_m3() 210 static struct wpabuf * wps_build_m5(struct wps_data *wps) in wps_build_m5() 246 static int wps_build_cred_ssid(struct wps_data *wps, struct wpabuf *msg) in wps_build_cred_ssid() 256 static int wps_build_cred_auth_type(struct wps_data *wps, struct wpabuf *msg) in wps_build_cred_auth_type() 280 static int wps_build_cred_encr_type(struct wps_data *wps, struct wpabuf *msg) in wps_build_cred_encr_type() [all …]
|
D | wps_registrar.c | 141 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() 1232 bool esp_wps_registrar_check_pbc_overlap(struct wps_context *wps) in esp_wps_registrar_check_pbc_overlap() 1399 static int wps_get_dev_password(struct wps_data *wps) in wps_get_dev_password() 1461 static int wps_build_uuid_r(struct wps_data *wps, struct wpabuf *msg) in wps_build_uuid_r() 1471 static int wps_build_r_hash(struct wps_data *wps, struct wpabuf *msg) in wps_build_r_hash() 1519 static int wps_build_r_snonce1(struct wps_data *wps, struct wpabuf *msg) in wps_build_r_snonce1() [all …]
|
D | wps_common.c | 62 int wps_derive_keys(struct wps_data *wps) in wps_derive_keys() 138 int wps_derive_psk(struct wps_data *wps, const u8 *dev_passwd, in wps_derive_psk() 161 struct wpabuf * wps_decrypt_encr_settings(struct wps_data *wps, const u8 *encr, in wps_decrypt_encr_settings() 278 void wps_fail_event(struct wps_context *wps, enum wps_msg_type msg, in wps_fail_event() 295 void wps_success_event(struct wps_context *wps, const u8 *mac_addr) in wps_success_event() 308 void wps_pwd_auth_fail_event(struct wps_context *wps, int enrollee, int part, in wps_pwd_auth_fail_event() 324 void wps_pbc_overlap_event(struct wps_context *wps) in wps_pbc_overlap_event() 333 void wps_selected_registrar_timeout_event(struct wps_context *wps) in wps_selected_registrar_timeout_event() 341 void wps_pbc_timeout_event(struct wps_context *wps) in wps_pbc_timeout_event() 350 void wps_pbc_active_event(struct wps_context *wps) in wps_pbc_active_event() [all …]
|
D | wps_attr_build.c | 21 int wps_build_public_key(struct wps_data *wps, struct wpabuf *msg) in wps_build_public_key() 165 int wps_build_authenticator(struct wps_data *wps, struct wpabuf *msg) in wps_build_authenticator() 292 int wps_build_enrollee_nonce(struct wps_data *wps, struct wpabuf *msg) in wps_build_enrollee_nonce() 302 int wps_build_registrar_nonce(struct wps_data *wps, struct wpabuf *msg) in wps_build_registrar_nonce() 312 int wps_build_auth_type_flags(struct wps_data *wps, struct wpabuf *msg) in wps_build_auth_type_flags() 339 int wps_build_encr_type_flags(struct wps_data *wps, struct wpabuf *msg) in wps_build_encr_type_flags() 363 int wps_build_conn_type_flags(struct wps_data *wps, struct wpabuf *msg) in wps_build_conn_type_flags() 373 int wps_build_assoc_state(struct wps_data *wps, struct wpabuf *msg) in wps_build_assoc_state() 383 int wps_build_key_wrap_auth(struct wps_data *wps, struct wpabuf *msg) in wps_build_key_wrap_auth() 399 int wps_build_encr_settings(struct wps_data *wps, struct wpabuf *msg, in wps_build_encr_settings()
|
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.c | 207 enum wps_process_res wps_process_msg(struct wps_data *wps, in wps_process_msg() 227 struct wpabuf * wps_get_msg(struct wps_data *wps, enum wsc_op_code *op_code) in wps_get_msg()
|
D | wps_i.h | 28 struct wps_context *wps; member
|
D | wps.h | 114 struct wps_context *wps; member
|
/hal_espressif-latest/components/wpa_supplicant/src/ap/ |
D | wps_hostapd.c | 268 static void hostapd_free_wps(struct wps_context *wps) in hostapd_free_wps() 281 int hostapd_init_wps(struct hostapd_data *hapd, struct wps_data *wps_data, struct wps_context *wps) in hostapd_init_wps() 356 struct wps_context *wps = hapd->wps; in hostapd_update_wps() local
|
D | wps_hostapd.h | 36 …int hostapd_init_wps(struct hostapd_data *hapd, struct wps_data *wps_data, struct wps_context *wps) in hostapd_init_wps()
|
D | hostapd.h | 118 struct wps_context *wps; member
|
/hal_espressif-latest/components/wpa_supplicant/esp_supplicant/src/ |
D | esp_wps_i.h | 66 struct wps_data *wps; member
|
D | esp_wifi_driver.h | 104 uint8_t *wps; member
|
/hal_espressif-latest/components/wpa_supplicant/src/eap_server/ |
D | eap_server_wsc.c | 27 struct wps_data *wps; member
|
D | eap.h | 238 struct wps_context *wps; member
|
/hal_espressif-latest/components/esp_wifi/include/ |
D | esp_wifi_types.h | 235 uint32_t wps:1; /**< bit: 5 flag to identify if WPS is supported or not */ member
|