Searched refs:WPS_RF_24GHZ (Results 1 – 7 of 7) sorted by relevance
198 #define WPS_RF_24GHZ 0x01 macro
230 #define WPS_RF_24GHZ 0x01 macro
226 if (*rf_bands != WPS_RF_24GHZ && *rf_bands != WPS_RF_50GHZ && in wps_validate_rf_bands()227 *rf_bands != (WPS_RF_24GHZ | WPS_RF_50GHZ)) { in wps_validate_rf_bands()
697 wps->dev.rf_bands = WPS_RF_24GHZ | WPS_RF_50GHZ; /* TODO: config */ in wpas_wps_init()
1210 wps->dev.rf_bands |= WPS_RF_24GHZ; in wpas_wps_init()1220 wps->dev.rf_bands = WPS_RF_24GHZ | WPS_RF_50GHZ; in wpas_wps_init()
2312 bss->wps_rf_bands = WPS_RF_24GHZ; in hostapd_config_fill()2316 WPS_RF_24GHZ | WPS_RF_50GHZ; in hostapd_config_fill()
865 WPS_RF_50GHZ : WPS_RF_24GHZ; /* FIX: dualband AP */ in hostapd_init_wps()