Home
last modified time | relevance | path

Searched refs:WPS_RF_50GHZ (Results 1 – 6 of 6) sorted by relevance

/external/wpa_supplicant_8/src/wps/
Dwps_defs.h244 #define WPS_RF_50GHZ 0x02 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.c768 rf_band = WPS_RF_50GHZ; in wps_build_ap_freq()
/external/wpa_supplicant_8/src/ap/
Dwps_hostapd.c948 WPS_RF_50GHZ : in hostapd_wps_rf_band_cb()
1165 WPS_RF_50GHZ : in hostapd_init_wps()
1308 if ((wps->dev.rf_bands & (WPS_RF_50GHZ | WPS_RF_24GHZ)) == in hostapd_init_wps()
1309 (WPS_RF_50GHZ | WPS_RF_24GHZ)) in hostapd_init_wps()
/external/wpa_supplicant_8/wpa_supplicant/
Dwps_supplicant.c926 (wpa_s->assoc_freq > 2484) ? WPS_RF_50GHZ : WPS_RF_24GHZ; in wpa_supplicant_wps_rf_band()
1610 wps->dev.rf_bands |= WPS_RF_50GHZ; in wpas_wps_init()
1620 wps->dev.rf_bands = WPS_RF_24GHZ | WPS_RF_50GHZ; in wpas_wps_init()
2727 *attr.rf_bands & WPS_RF_50GHZ)) in wpas_wps_nfc_rx_handover_sel()
/external/wpa_supplicant_8/hostapd/
Dconfig_file.c3144 bss->wps_rf_bands = WPS_RF_50GHZ;
3150 bss->wps_rf_bands = WPS_RF_24GHZ | WPS_RF_50GHZ;