Searched refs:WPS_RF_24GHZ (Results 1 – 5 of 5) sorted by relevance
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()
981 WPS_RF_50GHZ : WPS_RF_24GHZ; /* FIX: dualband AP */ in hostapd_init_wps()1078 if ((wps->dev.rf_bands & (WPS_RF_50GHZ | WPS_RF_24GHZ)) == in hostapd_init_wps()1079 (WPS_RF_50GHZ | WPS_RF_24GHZ)) in hostapd_init_wps()
1261 wps->dev.rf_bands |= WPS_RF_24GHZ; in wpas_wps_init()1271 wps->dev.rf_bands = WPS_RF_24GHZ | WPS_RF_50GHZ; in wpas_wps_init()
2291 bss->wps_rf_bands = WPS_RF_24GHZ; in hostapd_config_fill()2295 WPS_RF_24GHZ | WPS_RF_50GHZ; in hostapd_config_fill()