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

  /external/wpa_supplicant_8/src/wps/
wps_dev_attr.h 23 u8 rf_band);
wps_dev_attr.c 220 u8 rf_band)
222 return wps_build_rf_bands_attr(msg, rf_band ? rf_band : dev->rf_bands);
wps_common.c 356 struct wpabuf * wps_get_oob_cred(struct wps_context *wps, int rf_band,
374 (rf_band && wps_build_rf_bands_attr(plain, rf_band)) ||
754 u8 channel, rf_band; local
765 rf_band = WPS_RF_24GHZ;
767 rf_band = WPS_RF_50GHZ;
769 rf_band = WPS_RF_60GHZ;
774 if (wps_build_rf_bands_attr(msg, rf_band) ||
wps.h 844 struct wpabuf * wps_get_oob_cred(struct wps_context *wps, int rf_band,

Completed in 155 milliseconds