Searched refs:gWpaSm (Results 1 – 8 of 8) sorted by relevance
/hal_espressif-latest/components/wpa_supplicant/esp_supplicant/src/ |
D | esp_common.c | 220 if (gWpaSm.key_mgmt == WPA_KEY_MGMT_FT_PSK) { in handle_auth_frame() 221 if (gWpaSm.ft_protocol) { in handle_auth_frame() 222 if (wpa_ft_process_response(&gWpaSm, frame + 6, in handle_auth_frame() 224 wpa_sm_set_ft_params(&gWpaSm, NULL, 0); in handle_auth_frame() 235 if (gWpaSm.key_mgmt == WPA_KEY_MGMT_FT_PSK) { in handle_assoc_frame() 236 if (gWpaSm.ft_protocol) { in handle_assoc_frame() 237 if (wpa_ft_validate_reassoc_resp(&gWpaSm, frame + 6, len - 6, sender)) { in handle_assoc_frame() 238 wpa_sm_set_ft_params(&gWpaSm, NULL, 0); in handle_assoc_frame() 242 wpa_sm_set_ft_params(&gWpaSm, frame + 6, len - 6); in handle_assoc_frame() 276 wpa_sm_notify_assoc(&gWpaSm, sender); in ieee80211_handle_rx_frm() [all …]
|
D | esp_wpas_glue.c | 68 os_memcpy(eth->h_source, gWpaSm.own_addr, ETH_ALEN); in wpa_ether_send()
|
D | esp_wpa_main.c | 189 struct wpa_sm *sm = &gWpaSm; in wpa_deattach() 265 wpa_sm_notify_disassoc(&gWpaSm); in wpa_sta_disconnected_cb()
|
D | esp_eap_client.c | 832 struct wpa_sm *sm = &gWpaSm; in esp_wifi_sta_enterprise_enable() 861 struct wpa_sm *sm = &gWpaSm; in eap_client_disable_fn()
|
D | esp_wps.c | 1435 os_memcpy(gWpaSm.own_addr, sm->ownaddr, ETH_ALEN); in wifi_station_wps_init() 1917 struct wpa_sm *wpa_sm = &gWpaSm; in wifi_wps_enable_internal() 1967 struct wpa_sm *wpa_sm = &gWpaSm; in esp_wifi_wps_disable()
|
/hal_espressif-latest/components/wpa_supplicant/src/rsn_supp/ |
D | wpa.c | 54 struct wpa_sm gWpaSm; variable 1865 struct wpa_sm *sm = &gWpaSm; in wpa_sm_rx_eapol() 2105 struct wpa_sm *sm = &gWpaSm; in wpa_sm_set_state() 2168 struct wpa_sm *sm = &gWpaSm; in wpa_sm_init() 2195 struct wpa_sm *sm = &gWpaSm; in wpa_sm_deinit() 2286 struct wpa_sm *sm = &gWpaSm; in wpa_set_profile() 2312 struct wpa_sm *sm = &gWpaSm; in wpa_set_pmk() 2335 struct wpa_sm *sm = &gWpaSm; in wpa_set_bss() 2480 struct wpa_sm *sm = &gWpaSm; in wpa_set_passphrase() 2522 struct wpa_sm *sm = &gWpaSm; in set_assoc_ie() [all …]
|
D | wpa.h | 22 extern struct wpa_sm gWpaSm;
|
D | wpa_i.h | 12 extern struct wpa_sm gWpaSm;
|