Lines Matching refs:chan_width
2720 vht_oper->chan_width = IEEE80211_VHT_CHANWIDTH_80MHZ; in ieee80211_ie_build_vht_oper()
2732 vht_oper->chan_width = IEEE80211_VHT_CHANWIDTH_80MHZ; in ieee80211_ie_build_vht_oper()
2735 vht_oper->chan_width = IEEE80211_VHT_CHANWIDTH_80MHZ; in ieee80211_ie_build_vht_oper()
2742 vht_oper->chan_width = IEEE80211_VHT_CHANWIDTH_USE_HT; in ieee80211_ie_build_vht_oper()
2862 u8 chan_width = 0; in ieee80211_ie_build_eht_oper() local
2887 chan_width = IEEE80211_EHT_OPER_CHAN_WIDTH_320MHZ; in ieee80211_ie_build_eht_oper()
2902 chan_width = IEEE80211_EHT_OPER_CHAN_WIDTH_160MHZ; in ieee80211_ie_build_eht_oper()
2905 chan_width = IEEE80211_EHT_OPER_CHAN_WIDTH_80MHZ; in ieee80211_ie_build_eht_oper()
2908 chan_width = IEEE80211_EHT_OPER_CHAN_WIDTH_40MHZ; in ieee80211_ie_build_eht_oper()
2911 chan_width = IEEE80211_EHT_OPER_CHAN_WIDTH_20MHZ; in ieee80211_ie_build_eht_oper()
2914 eht_oper_info->control = chan_width; in ieee80211_ie_build_eht_oper()
3029 switch (oper->chan_width) { in ieee80211_chandef_vht_oper()