Home
last modified time | relevance | path

Searched refs:rf_band (Results 1 – 6 of 6) sorted by relevance

/freebsd-head/contrib/wpa/src/wps/
HDwps_common.c356 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()
HDwps_dev_attr.c220 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()
HDwps_dev_attr.h23 u8 rf_band);
HDwps.h900 struct wpabuf * wps_get_oob_cred(struct wps_context *wps, int rf_band,
/freebsd-head/sys/contrib/dev/rtw89/
HDcoex.c3176 rlink->connected && rlink->rf_band == RTW89_BAND_2G) { in _set_bt_afh_info()
6576 rlink->rf_band = wl_linfo->band; in _update_wl_info_v8()
6620 if (rlink->rf_band == RTW89_BAND_2G && in _update_wl_info_v8()
6629 if (rlink->rf_band == RTW89_BAND_5G && rlink->ch >= 100) in _update_wl_info_v8()
6643 if (rlink->rf_band != RTW89_BAND_2G) { in _update_wl_info_v8()
HDcore.h1703 u8 rf_band; /* enum band_type RF band: 2.4G/5G/6G */ member