HomeSort by relevance Sort by last modified time
    Searched refs:rf_bands (Results 1 - 10 of 10) sorted by null

  /external/wpa_supplicant_8/src/wps/
wps_attr_parse.h 29 const u8 *rf_bands; /* 1 octet */ member in struct:wps_parse_attr
wps_dev_attr.c 222 return wps_build_rf_bands_attr(msg, rf_band ? rf_band : dev->rf_bands);
400 dev->rf_bands = *bands;
401 wpa_printf(MSG_DEBUG, "WPS: Enrollee RF Bands 0x%x", dev->rf_bands);
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_attr_build.c 468 int wps_build_rf_bands_attr(struct wpabuf *msg, u8 rf_bands)
470 wpa_printf(MSG_DEBUG, "WPS: * RF Bands (%x)", rf_bands);
473 wpabuf_put_u8(msg, rf_bands);
wps_i.h 179 int wps_build_rf_bands_attr(struct wpabuf *msg, u8 rf_bands);
wps_attr_parse.c 247 attr->rf_bands = pos;
wps.h 81 * @rf_bands: RF bands (WPS_RF_24GHZ, WPS_RF_50GHZ flags)
96 u8 rf_bands; member in struct:wps_device_data
wps_registrar.c     [all...]
  /external/wpa_supplicant_8/wpa_supplicant/
wps_supplicant.c     [all...]
  /external/wpa_supplicant_8/src/ap/
wps_hostapd.c 1039 wps->dev.rf_bands = conf->wps_rf_bands;
1041 wps->dev.rf_bands =
1126 if ((wps->dev.rf_bands & (WPS_RF_50GHZ | WPS_RF_24GHZ)) ==
    [all...]

Completed in 77 milliseconds