Home
last modified time | relevance | path

Searched refs:wpa3_hostap_auth_event_t (Results 1 – 2 of 2) sorted by relevance

/hal_espressif-latest/components/wpa_supplicant/esp_supplicant/src/
Desp_wpa3.c406 wpa3_hostap_auth_event_t *evt = os_zalloc(sizeof(wpa3_hostap_auth_event_t)); in wpa3_hostap_post_evt()
449 static void wpa3_process_rx_commit(wpa3_hostap_auth_event_t *evt) in wpa3_process_rx_commit()
503 static void wpa3_process_rx_confirm(wpa3_hostap_auth_event_t *evt) in wpa3_process_rx_confirm()
546 wpa3_hostap_auth_event_t *evt; in esp_wpa3_hostap_task()
607 g_wpa3_hostap_evt_queue = os_queue_create(10, sizeof(wpa3_hostap_auth_event_t)); in wpa3_hostap_auth_init()
Desp_wpa3_i.h41 } wpa3_hostap_auth_event_t; typedef