Home
last modified time | relevance | path

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

/hal_espressif-latest/components/wpa_supplicant/esp_supplicant/src/
Desp_wifi_driver.h148 struct wpa2_funcs { struct
253 int esp_wifi_register_wpa2_cb_internal(struct wpa2_funcs *cb);
Desp_eap_client.c801 struct wpa2_funcs *wpa2_cb; in esp_client_enable_fn()
805 wpa2_cb = (struct wpa2_funcs *)os_zalloc(sizeof(struct wpa2_funcs)); in esp_client_enable_fn()
/hal_espressif-latest/zephyr/port/wifi/
Dwifi_stubs.c221 int esp_wifi_register_wpa2_cb_internal(struct wpa2_funcs *cb) in esp_wifi_register_wpa2_cb_internal()