Searched refs:rf_band (Results 1 - 12 of 12) sorted by relevance

/external/wpa_supplicant_8/hostapd/src/wps/
H A Dwps_dev_attr.h23 u8 rf_band);
H A Dwps_dev_attr.c220 u8 rf_band)
222 return wps_build_rf_bands_attr(msg, rf_band ? rf_band : dev->rf_bands);
219 wps_build_rf_bands(struct wps_device_data *dev, struct wpabuf *msg, u8 rf_band) argument
H A Dwps_common.c356 struct wpabuf * wps_get_oob_cred(struct wps_context *wps, int rf_band, argument
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) ||
H A Dwps.h844 struct wpabuf * wps_get_oob_cred(struct wps_context *wps, int rf_band,
/external/wpa_supplicant_8/src/wps/
H A Dwps_dev_attr.h23 u8 rf_band);
H A Dwps_dev_attr.c220 u8 rf_band)
222 return wps_build_rf_bands_attr(msg, rf_band ? rf_band : dev->rf_bands);
219 wps_build_rf_bands(struct wps_device_data *dev, struct wpabuf *msg, u8 rf_band) argument
H A Dwps_common.c356 struct wpabuf * wps_get_oob_cred(struct wps_context *wps, int rf_band, argument
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) ||
H A Dwps.h844 struct wpabuf * wps_get_oob_cred(struct wps_context *wps, int rf_band,
/external/wpa_supplicant_8/wpa_supplicant/src/wps/
H A Dwps_dev_attr.h23 u8 rf_band);
H A Dwps_dev_attr.c220 u8 rf_band)
222 return wps_build_rf_bands_attr(msg, rf_band ? rf_band : dev->rf_bands);
219 wps_build_rf_bands(struct wps_device_data *dev, struct wpabuf *msg, u8 rf_band) argument
H A Dwps_common.c356 struct wpabuf * wps_get_oob_cred(struct wps_context *wps, int rf_band, argument
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) ||
H A Dwps.h844 struct wpabuf * wps_get_oob_cred(struct wps_context *wps, int rf_band,

Completed in 145 milliseconds