Home
last modified time | relevance | path

Searched refs:wps_build_rf_bands_attr (Results 1 – 4 of 4) sorted by relevance

/external/wpa_supplicant_8/src/wps/
Dwps_i.h182 int wps_build_rf_bands_attr(struct wpabuf *msg, u8 rf_bands);
Dwps_common.c374 (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()
Dwps_dev_attr.c222 return wps_build_rf_bands_attr(msg, rf_band ? rf_band : dev->rf_bands); in wps_build_rf_bands()
Dwps_attr_build.c506 int wps_build_rf_bands_attr(struct wpabuf *msg, u8 rf_bands) in wps_build_rf_bands_attr() function