Searched refs:WPS_RF_24GHZ (Results 1 – 6 of 6) sorted by relevance
242 #define WPS_RF_24GHZ 0x01 macro
226 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()
762 rf_band = WPS_RF_24GHZ; in wps_build_ap_freq()
864 WPS_RF_60GHZ : WPS_RF_24GHZ; /* FIX: dualband AP */ in hostapd_wps_rf_band_cb()1064 WPS_RF_60GHZ : WPS_RF_24GHZ; /* FIX: dualband AP */ in hostapd_init_wps()1157 if ((wps->dev.rf_bands & (WPS_RF_50GHZ | WPS_RF_24GHZ)) == in hostapd_init_wps()1158 (WPS_RF_50GHZ | WPS_RF_24GHZ)) in hostapd_init_wps()
903 (wpa_s->assoc_freq > 2484) ? WPS_RF_50GHZ : WPS_RF_24GHZ; in wpa_supplicant_wps_rf_band()1548 wps->dev.rf_bands |= WPS_RF_24GHZ; in wpas_wps_init()1560 wps->dev.rf_bands = WPS_RF_24GHZ | WPS_RF_50GHZ; in wpas_wps_init()2632 (attr.rf_bands == NULL || *attr.rf_bands & WPS_RF_24GHZ)) in wpas_wps_nfc_rx_handover_sel()2636 *attr.rf_bands & WPS_RF_24GHZ)) in wpas_wps_nfc_rx_handover_sel()
2628 bss->wps_rf_bands = WPS_RF_24GHZ; in hostapd_config_fill()2631 bss->wps_rf_bands = WPS_RF_24GHZ | WPS_RF_50GHZ; in hostapd_config_fill()