Searched refs:wps_rf_bands (Results 1 - 3 of 3) sorted by relevance

/freebsd-11-stable/contrib/wpa/src/ap/
H A Dap_config.h642 u8 wps_rf_bands; /* RF bands for WPS (WPS_RF_*) */ member in struct:hostapd_bss_config
H A Dwps_hostapd.c1090 if (conf->wps_rf_bands) {
1091 wps->dev.rf_bands = conf->wps_rf_bands;
/freebsd-11-stable/contrib/wpa/hostapd/
H A Dconfig_file.c3115 } else if (os_strcmp(buf, "wps_rf_bands") == 0) {
3117 bss->wps_rf_bands = WPS_RF_60GHZ;
3119 bss->wps_rf_bands = WPS_RF_50GHZ;
3122 bss->wps_rf_bands = WPS_RF_24GHZ;
3125 bss->wps_rf_bands = WPS_RF_24GHZ | WPS_RF_50GHZ;

Completed in 70 milliseconds