Lines Matching refs:chan_width
2734 vht_oper->chan_width = IEEE80211_VHT_CHANWIDTH_80MHZ; in ieee80211_ie_build_vht_oper()
2746 vht_oper->chan_width = IEEE80211_VHT_CHANWIDTH_80MHZ; in ieee80211_ie_build_vht_oper()
2749 vht_oper->chan_width = IEEE80211_VHT_CHANWIDTH_80MHZ; in ieee80211_ie_build_vht_oper()
2756 vht_oper->chan_width = IEEE80211_VHT_CHANWIDTH_USE_HT; in ieee80211_ie_build_vht_oper()
2876 u8 chan_width = 0; in ieee80211_ie_build_eht_oper() local
2901 chan_width = IEEE80211_EHT_OPER_CHAN_WIDTH_320MHZ; in ieee80211_ie_build_eht_oper()
2916 chan_width = IEEE80211_EHT_OPER_CHAN_WIDTH_160MHZ; in ieee80211_ie_build_eht_oper()
2919 chan_width = IEEE80211_EHT_OPER_CHAN_WIDTH_80MHZ; in ieee80211_ie_build_eht_oper()
2922 chan_width = IEEE80211_EHT_OPER_CHAN_WIDTH_40MHZ; in ieee80211_ie_build_eht_oper()
2925 chan_width = IEEE80211_EHT_OPER_CHAN_WIDTH_20MHZ; in ieee80211_ie_build_eht_oper()
2928 eht_oper_info->control = chan_width; in ieee80211_ie_build_eht_oper()
3043 switch (oper->chan_width) { in ieee80211_chandef_vht_oper()