Home
last modified time | relevance | path

Searched refs:rf_band_cb (Results 1 – 5 of 5) sorted by relevance

/hal_espressif-latest/components/wpa_supplicant/src/ap/
Dwps_hostapd.c286 wps->rf_band_cb = hostapd_wps_rf_band_cb; in hostapd_init_wps()
/hal_espressif-latest/components/wpa_supplicant/src/wps/
Dwps.h834 int (*rf_band_cb)(void *ctx); member
Dwps_registrar.c1930 wps->wps->rf_band_cb(wps->wps->cb_ctx)) || in wps_build_m2()
1999 wps->wps->rf_band_cb(wps->wps->cb_ctx)) || in wps_build_m2d()
3349 if (wps->wps->rf_band_cb(wps->wps->cb_ctx) == WPS_RF_60GHZ) { in wps_process_wsc_done()
Dwps_enrollee.c156 wps->wps->rf_band_cb(wps->wps->cb_ctx)) || in wps_build_m1()
/hal_espressif-latest/components/wpa_supplicant/esp_supplicant/src/
Desp_wps.c1704 sm->wps->wps->rf_band_cb = wps_rf_band_cb; in wifi_station_wps_start()