Home
last modified time | relevance | path

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

/hal_espressif-latest/components/wpa_supplicant/esp_supplicant/src/
Desp_wpa3_i.h21 wpa_cb->wpa3_parse_sae_msg = NULL; in esp_wifi_register_wpa3_cb()
Desp_wpa3.c361 static int wpa3_parse_sae_msg(u8 *buf, size_t len, u32 sae_msg_type, u16 status) in wpa3_parse_sae_msg() function
385 wpa_cb->wpa3_parse_sae_msg = wpa3_parse_sae_msg; in esp_wifi_register_wpa3_cb()
393 wpa_cb->wpa3_parse_sae_msg = NULL; in esp_wifi_unregister_wpa3_cb()
Desp_wifi_driver.h139 int (*wpa3_parse_sae_msg)(uint8_t *buf, size_t len, uint32_t type, uint16_t status); member