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 355 struct wpabuf * wps_get_oob_cred(struct wps_context *wps, int rf_band,
373 (rf_band && wps_build_rf_bands_attr(plain, rf_band)) ||
748 u8 channel, rf_band; local
759 rf_band = WPS_RF_24GHZ;
761 rf_band = WPS_RF_50GHZ;
766 if (wps_build_rf_bands_attr(msg, rf_band) ||
wps.h 832 struct wpabuf * wps_get_oob_cred(struct wps_context *wps, int rf_band,

Completed in 39 milliseconds