Lines Matching refs:width
176 .width = NL80211_CHAN_WIDTH_20_NOHT, in ieee80211_determine_ap_chan()
186 chandef->width = ieee80211_s1g_channel_width(channel); in ieee80211_determine_ap_chan()
227 chandef->width = NL80211_CHAN_WIDTH_20; in ieee80211_determine_ap_chan()
784 if (c->width == NL80211_CHAN_WIDTH_80P80) in ieee80211_chandef_num_subchans()
792 switch (c->width) { in ieee80211_chandef_num_widths()
851 if (ap->width == NL80211_CHAN_WIDTH_80P80 && in ieee80211_calc_chandef_subchan_offset()
1120 if (WARN_ON(chanreq->oper.width == NL80211_CHAN_WIDTH_20_NOHT)) { in ieee80211_determine_chan_mode()
1146 if (chanreq->oper.width != ap_chandef->width || ap_mode != conn->mode) in ieee80211_determine_chan_mode()
1313 chanreq.oper.chan->freq_offset, chanreq.oper.width, in ieee80211_config_bw()
1517 enum nl80211_chan_width width, in ieee80211_assoc_add_rates() argument
1531 ieee80211_parse_bitrates(width, sband, in ieee80211_assoc_add_rates()
1715 enum nl80211_chan_width width = NL80211_CHAN_WIDTH_20; in ieee80211_add_link_elems() local
1747 width = chanctx_conf->def.width; in ieee80211_add_link_elems()
1764 ieee80211_assoc_add_rates(local, skb, width, sband, assoc_data); in ieee80211_add_link_elems()
1769 .width = width, in ieee80211_add_link_elems()
2875 csa_ie.chanreq.oper.width, in ieee80211_sta_process_chanswitch()
2888 csa_ie.chanreq.oper.width, in ieee80211_sta_process_chanswitch()
6099 if (chanreq.oper.width == NL80211_CHAN_WIDTH_5 || in ieee80211_prep_channel()
6100 chanreq.oper.width == NL80211_CHAN_WIDTH_10) in ieee80211_prep_channel()
6103 while (ret && chanreq.oper.width != NL80211_CHAN_WIDTH_20_NOHT) { in ieee80211_prep_channel()