Searched defs:rf_band (Results 1 - 6 of 6) sorted by relevance

/external/wpa_supplicant_8/hostapd/src/wps/
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.c355 struct wpabuf * wps_get_oob_cred(struct wps_context *wps, int rf_band, argument
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) ||
/external/wpa_supplicant_8/src/wps/
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.c355 struct wpabuf * wps_get_oob_cred(struct wps_context *wps, int rf_band, argument
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) ||
/external/wpa_supplicant_8/wpa_supplicant/src/wps/
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.c355 struct wpabuf * wps_get_oob_cred(struct wps_context *wps, int rf_band, argument
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) ||

Completed in 95 milliseconds