Searched refs:rf_band (Results 1 – 8 of 8) sorted by relevance
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/wps/ |
D | wps_common.c | 356 struct wpabuf * wps_get_oob_cred(struct wps_context *wps, int rf_band, in wps_get_oob_cred() argument 374 (rf_band && wps_build_rf_bands_attr(plain, rf_band)) || in wps_get_oob_cred() 755 u8 channel, rf_band; in wps_build_ap_freq() local 766 rf_band = WPS_RF_24GHZ; in wps_build_ap_freq() 768 rf_band = WPS_RF_50GHZ; in wps_build_ap_freq() 770 rf_band = WPS_RF_60GHZ; in wps_build_ap_freq() 775 if (wps_build_rf_bands_attr(msg, rf_band) || in wps_build_ap_freq()
|
D | wps_dev_attr.c | 220 u8 rf_band) in wps_build_rf_bands() argument 222 return wps_build_rf_bands_attr(msg, rf_band ? rf_band : dev->rf_bands); in wps_build_rf_bands()
|
D | wps_dev_attr.h | 23 u8 rf_band);
|
D | wps.h | 895 struct wpabuf * wps_get_oob_cred(struct wps_context *wps, int rf_band,
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/wps/ |
D | wps_common.c | 356 struct wpabuf * wps_get_oob_cred(struct wps_context *wps, int rf_band, in wps_get_oob_cred() argument 374 (rf_band && wps_build_rf_bands_attr(plain, rf_band)) || in wps_get_oob_cred() 755 u8 channel, rf_band; in wps_build_ap_freq() local 766 rf_band = WPS_RF_24GHZ; in wps_build_ap_freq() 768 rf_band = WPS_RF_50GHZ; in wps_build_ap_freq() 770 rf_band = WPS_RF_60GHZ; in wps_build_ap_freq() 775 if (wps_build_rf_bands_attr(msg, rf_band) || in wps_build_ap_freq()
|
D | wps_dev_attr.c | 220 u8 rf_band) in wps_build_rf_bands() argument 222 return wps_build_rf_bands_attr(msg, rf_band ? rf_band : dev->rf_bands); in wps_build_rf_bands()
|
D | wps_dev_attr.h | 23 u8 rf_band);
|
D | wps.h | 882 struct wpabuf * wps_get_oob_cred(struct wps_context *wps, int rf_band,
|