Searched refs:wpa3_parse_sae_msg (Results 1 – 3 of 3) sorted by relevance
21 wpa_cb->wpa3_parse_sae_msg = NULL; in esp_wifi_register_wpa3_cb()
361 static int wpa3_parse_sae_msg(u8 *buf, size_t len, u32 sae_msg_type, u16 status) in wpa3_parse_sae_msg() function385 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()
139 int (*wpa3_parse_sae_msg)(uint8_t *buf, size_t len, uint32_t type, uint16_t status); member