Searched refs:wps_build_rf_bands_attr (Results 1 – 4 of 4) sorted by relevance
182 int wps_build_rf_bands_attr(struct wpabuf *msg, u8 rf_bands);
374 (rf_band && wps_build_rf_bands_attr(plain, rf_band)) || in wps_get_oob_cred()775 if (wps_build_rf_bands_attr(msg, rf_band) || in wps_build_ap_freq()
222 return wps_build_rf_bands_attr(msg, rf_band ? rf_band : dev->rf_bands); in wps_build_rf_bands()
506 int wps_build_rf_bands_attr(struct wpabuf *msg, u8 rf_bands) in wps_build_rf_bands_attr() function