Home
last modified time | relevance | path

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

/hal_espressif-latest/components/wpa_supplicant/esp_supplicant/src/
Desp_wpa3_i.h56 int wpa3_hostap_post_evt(uint32_t evt_id, uint32_t data);
Desp_wpa3.c404 int wpa3_hostap_post_evt(uint32_t evt_id, uint32_t data) in wpa3_hostap_post_evt() function
630 if (wpa3_hostap_post_evt(SIG_TASK_DEL, 0) != 0) { in wpa3_hostap_auth_deinit()
664 if (wpa3_hostap_post_evt(SIG_WPA3_RX_CONFIRM, (u32)frm) != 0) { in wpa3_hostap_handle_auth()
/hal_espressif-latest/components/wpa_supplicant/src/ap/
Dieee802_11.c720 if (wpa3_hostap_post_evt(SIG_WPA3_RX_COMMIT, 0) != 0) { in auth_sae_queue()