Home
last modified time | relevance | path

Searched refs:wps_init (Results 1 – 4 of 4) sorted by relevance

/hal_espressif-latest/components/wpa_supplicant/esp_supplicant/src/
Desp_hostpad_wps.c79 if ((sm->wps = wps_init(&cfg)) == NULL) { /* alloc wps_data */ in wifi_ap_wps_init()
Desp_wps.c1458 if ((sm->wps = wps_init(&cfg)) == NULL) { /* alloc wps_data */ in wifi_station_wps_init()
/hal_espressif-latest/components/wpa_supplicant/src/wps/
Dwps.h202 struct wps_data * wps_init(const struct wps_config *cfg);
Dwps.c39 struct wps_data * wps_init(const struct wps_config *cfg) in wps_init() function