Home
last modified time | relevance | path

Searched refs:cfg80211_chandef_get_width (Results 1 – 7 of 7) sorted by relevance

/linux/net/mac80211/
H A Dwbrf.c49 bandwidth = cfg80211_chandef_get_width(chandef); in get_ranges_from_chandef()
H A Dmlme.c530 if (cfg80211_chandef_get_width(data->cur_chandef) == dbe_bw_mhz) { in ieee80211_determine_ap_chan()
972 return cfg80211_chandef_get_width(c) / 20; in ieee80211_chandef_num_subchans()
H A Dtx.c2125 return width <= cfg80211_chandef_get_width(chandef); in ieee80211_rate_bw_usable()
/linux/drivers/net/wireless/morsemicro/mm81x/
H A Dmac.c1218 int op_bw_mhz = cfg80211_chandef_get_width(&mors->chandef); in mm81x_tx_h_fill_info()
1295 int tx_bw_mhz = cfg80211_chandef_get_width(&mors->chandef); in mm81x_mac_ops_tx()
1430 u32 bw_mhz = cfg80211_chandef_get_width(chandef); in mm81x_mac_pri_chan_to_index()
1444 u8 op_bw_mhz = cfg80211_chandef_get_width(chandef); in mm81x_mac_ops_change_channel()
H A Drc.c128 int oper_bw_mhz = cfg80211_chandef_get_width(&mors->chandef); in mm81x_rc_sta_add()
/linux/include/net/
H A Dcfg80211.h1090 static inline int cfg80211_chandef_get_width(const struct cfg80211_chan_def *c) in cfg80211_chandef_get_width() function
10940 u32 bw_mhz = cfg80211_chandef_get_width(chandef); in cfg80211_s1g_get_start_freq_khz()
10955 u32 bw_mhz = cfg80211_chandef_get_width(chandef); in cfg80211_s1g_get_end_freq_khz()
10978 int width_mhz = cfg80211_chandef_get_width(chandef); in cfg80211_s1g_get_primary_sibling()
/linux/net/wireless/
H A Dutil.c3113 width = MHZ_TO_KHZ(cfg80211_chandef_get_width(chandef)); in cfg80211_radio_chandef_valid()