Home
last modified time | relevance | path

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

/linux-6.6.21/net/mac80211/
Dvht.c483 ieee80211_chan_width_to_rx_bw(enum nl80211_chan_width width) in ieee80211_chan_width_to_rx_bw() function
537 bw = min(bw, ieee80211_chan_width_to_rx_bw(sta->tdls_chandef.width)); in ieee80211_sta_cur_vht_bw()
539 bw = min(bw, ieee80211_chan_width_to_rx_bw(bss_width)); in ieee80211_sta_cur_vht_bw()
Dtdls.c1371 bw = ieee80211_chan_width_to_rx_bw(conf->def.width); in iee80211_tdls_recalc_chanctx()
Dieee80211_i.h2153 ieee80211_chan_width_to_rx_bw(enum nl80211_chan_width width);
Dmlme.c119 local_bw = 20 * BIT(ieee80211_chan_width_to_rx_bw(chandef->width)); in ieee80211_extract_dis_subch_bmap()