Home
last modified time | relevance | path

Searched refs:WLAN_REASON_UNSPECIFIED (Results 1 – 3 of 3) sorted by relevance

/hal_espressif-latest/components/wpa_supplicant/esp_supplicant/src/
Desp_hostap.c348 return WLAN_REASON_UNSPECIFIED; in wpa_status_to_reason_code()
/hal_espressif-latest/components/wpa_supplicant/src/rsn_supp/
Dwpa.c387 wpa_sm_deauthenticate(sm, WLAN_REASON_UNSPECIFIED); in wpa_sm_pmksa_free_cb()
758 wpa_sm_deauthenticate(sm, WLAN_REASON_UNSPECIFIED); in wpa_supplicant_process_1_of_4()
1372 wpa_sm_deauthenticate(sm, WLAN_REASON_UNSPECIFIED); in wpa_supplicant_process_3_of_4()
1465 return WLAN_REASON_UNSPECIFIED; in wpa_supplicant_send_4_of_4_txcallback()
1692 wpa_sm_deauthenticate(sm, WLAN_REASON_UNSPECIFIED); in wpa_supplicant_process_1_of_2()
/hal_espressif-latest/components/wpa_supplicant/src/common/
Dieee802_11_defs.h165 #define WLAN_REASON_UNSPECIFIED 1 macro