Home
last modified time | relevance | path

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

/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/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.c766 rf_band = WPS_RF_24GHZ; in wps_build_ap_freq()
/third_party/wpa_supplicant/wpa_supplicant-2.9/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.c766 rf_band = WPS_RF_24GHZ; in wps_build_ap_freq()
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/ap/
Dwps_hostapd.c896 WPS_RF_60GHZ : WPS_RF_24GHZ; /* FIX: dualband AP */ in hostapd_wps_rf_band_cb()
1097 WPS_RF_60GHZ : WPS_RF_24GHZ; /* FIX: dualband AP */ in hostapd_init_wps()
1217 if ((wps->dev.rf_bands & (WPS_RF_50GHZ | WPS_RF_24GHZ)) == in hostapd_init_wps()
1218 (WPS_RF_50GHZ | WPS_RF_24GHZ)) in hostapd_init_wps()
/third_party/wpa_supplicant/wpa_supplicant-2.9/wpa_supplicant/
Dwps_supplicant.c923 (wpa_s->assoc_freq > 2484) ? WPS_RF_50GHZ : WPS_RF_24GHZ; in wpa_supplicant_wps_rf_band()
1590 wps->dev.rf_bands |= WPS_RF_24GHZ; in wpas_wps_init()
1602 wps->dev.rf_bands = WPS_RF_24GHZ | WPS_RF_50GHZ; in wpas_wps_init()
2674 (attr.rf_bands == NULL || *attr.rf_bands & WPS_RF_24GHZ)) in wpas_wps_nfc_rx_handover_sel()
2678 *attr.rf_bands & WPS_RF_24GHZ)) in wpas_wps_nfc_rx_handover_sel()
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/wpa_supplicant/
Dwps_supplicant.c931 (wpa_s->assoc_freq > 2484) ? WPS_RF_50GHZ : WPS_RF_24GHZ; in wpa_supplicant_wps_rf_band()
1613 wps->dev.rf_bands |= WPS_RF_24GHZ; in wpas_wps_init()
1625 wps->dev.rf_bands = WPS_RF_24GHZ | WPS_RF_50GHZ; in wpas_wps_init()
2728 (attr.rf_bands == NULL || *attr.rf_bands & WPS_RF_24GHZ)) in wpas_wps_nfc_rx_handover_sel()
2732 *attr.rf_bands & WPS_RF_24GHZ)) in wpas_wps_nfc_rx_handover_sel()
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/ap/
Dwps_hostapd.c950 WPS_RF_60GHZ : WPS_RF_24GHZ; /* FIX: dualband AP */ in hostapd_wps_rf_band_cb()
1167 WPS_RF_60GHZ : WPS_RF_24GHZ; /* FIX: dualband AP */ in hostapd_init_wps()
1310 if ((wps->dev.rf_bands & (WPS_RF_50GHZ | WPS_RF_24GHZ)) == in hostapd_init_wps()
1311 (WPS_RF_50GHZ | WPS_RF_24GHZ)) in hostapd_init_wps()
/third_party/wpa_supplicant/wpa_supplicant-2.9/hostapd/
Dap_config_file.c3122 bss->wps_rf_bands = WPS_RF_24GHZ;
3125 bss->wps_rf_bands = WPS_RF_24GHZ | WPS_RF_50GHZ;
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/hostapd/
Dap_config_file.c3205 bss->wps_rf_bands = WPS_RF_24GHZ; in hostapd_config_fill()
3208 bss->wps_rf_bands = WPS_RF_24GHZ | WPS_RF_50GHZ; in hostapd_config_fill()
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/drivers/
Dwpa_hal.c1423 case WPS_RF_24GHZ: in WifiSetApBand()
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/drivers/
Dwpa_hal.c1418 case WPS_RF_24GHZ: in WifiSetApBand()