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()
1177 wps->dev.rf_bands |= WPS_RF_24GHZ; in wpas_wps_init()1187 wps->dev.rf_bands = WPS_RF_24GHZ | WPS_RF_50GHZ; in wpas_wps_init()
697 wps->dev.rf_bands = WPS_RF_24GHZ | WPS_RF_50GHZ; /* TODO: config */ in wpas_wps_init()
1791 bss->wps_rf_bands = WPS_RF_24GHZ; in hostapd_config_read()1795 WPS_RF_24GHZ | WPS_RF_50GHZ; in hostapd_config_read()
841 WPS_RF_50GHZ : WPS_RF_24GHZ; /* FIX: dualband AP */ in hostapd_init_wps()