Home
last modified time | relevance | path

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

/hal_espressif-latest/components/wpa_supplicant/esp_supplicant/src/
Desp_wifi_driver.h156 struct wps_funcs { struct
267 int esp_wifi_set_wps_cb_internal(struct wps_funcs *wps_cb);
Desp_wps.c1417 struct wps_funcs *wps_cb; in wifi_station_wps_init()
1486 wps_cb = os_malloc(sizeof(struct wps_funcs)); in wifi_station_wps_init()
/hal_espressif-latest/zephyr/port/wifi/
Dwifi_stubs.c297 int esp_wifi_set_wps_cb_internal(struct wps_funcs *wps_cb) in esp_wifi_set_wps_cb_internal()