Home
last modified time | relevance | path

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

/hal_espressif-latest/components/wpa_supplicant/src/wps/
Dwps_defs.h243 #define WPS_RF_24GHZ 0x01 macro
Dwps_validate.c226 if (*rf_bands != WPS_RF_24GHZ && *rf_bands != WPS_RF_50GHZ && in wps_validate_rf_bands()
228 *rf_bands != (WPS_RF_24GHZ | WPS_RF_50GHZ | WPS_RF_60GHZ) && in wps_validate_rf_bands()
229 *rf_bands != (WPS_RF_24GHZ | WPS_RF_50GHZ)) { in wps_validate_rf_bands()
Dwps_common.c782 rf_band = WPS_RF_24GHZ; in wps_build_ap_freq()
/hal_espressif-latest/components/wpa_supplicant/src/ap/
Dwps_hostapd.c258 return WPS_RF_24GHZ; in hostapd_wps_rf_band_cb()
/hal_espressif-latest/components/wpa_supplicant/esp_supplicant/src/
Desp_wps.c1176 dev->rf_bands = WPS_RF_24GHZ; in wps_dev_init()
1679 return WPS_RF_24GHZ; in wps_rf_band_cb()