/external/wpa_supplicant_8/src/wps/ |
wps_dev_attr.c | 223 wpa_printf(MSG_DEBUG, "WPS: * RF Bands (%x)", dev->rf_bands); 226 wpabuf_put_u8(msg, rf_band ? rf_band : dev->rf_bands); 405 dev->rf_bands = *bands; 406 wpa_printf(MSG_DEBUG, "WPS: Enrollee RF Bands 0x%x", dev->rf_bands); 427 dst->rf_bands = src->rf_bands;
|
wps_attr_parse.h | 29 const u8 *rf_bands; /* 1 octet */ member in struct:wps_parse_attr
|
wps_validate.c | 216 static int wps_validate_rf_bands(const u8 *rf_bands, int mandatory) 218 if (rf_bands == NULL) { 226 if (*rf_bands != WPS_RF_24GHZ && *rf_bands != WPS_RF_50GHZ && 227 *rf_bands != (WPS_RF_24GHZ | WPS_RF_50GHZ)) { 229 "attribute value 0x%x", *rf_bands); 1107 wps_validate_rf_bands(attr.rf_bands, 0) || 1159 wps_validate_rf_bands(attr.rf_bands, 0) || 1201 wps_validate_rf_bands(attr.rf_bands, 1) || 1319 wps_validate_rf_bands(attr.rf_bands, 1) | [all...] |
wps.h | 83 * @rf_bands: RF bands (WPS_RF_24GHZ, WPS_RF_50GHZ flags) 98 u8 rf_bands; member in struct:wps_device_data
|
wps_attr_parse.c | 239 attr->rf_bands = pos;
|
wps_registrar.c | [all...] |
/external/wpa_supplicant_8/src/ap/ |
wps_hostapd.c | 1057 wps->dev.rf_bands = conf->wps_rf_bands; 1059 wps->dev.rf_bands = 1158 if ((wps->dev.rf_bands & (WPS_RF_50GHZ | WPS_RF_24GHZ)) == [all...] |
/external/wpa_supplicant_8/wpa_supplicant/ |
wps_supplicant.c | [all...] |