Home
last modified time | relevance | path

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

/hal_espressif-latest/components/wpa_supplicant/esp_supplicant/src/
Desp_wpa3_i.h69 wpa_cb->wpa3_hostap_handle_auth = NULL; in esp_wifi_register_wpa3_ap_cb()
Desp_wpa3.c638 static int wpa3_hostap_handle_auth(u8 *buf, size_t len, u32 auth_transaction, u16 status, u8 *bssid) in wpa3_hostap_handle_auth() function
708 wpa_cb->wpa3_hostap_handle_auth = wpa3_hostap_handle_auth; in esp_wifi_register_wpa3_ap_cb()
Desp_wifi_driver.h140 …int (*wpa3_hostap_handle_auth)(uint8_t *buf, size_t len, uint32_t type, uint16_t status, uint8_t *… member