Home
last modified time | relevance | path

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

/linux-4.4.14/net/mac80211/
Dmlme.c152 struct cfg80211_chan_def vht_chandef; in ieee80211_determine_chantype() local
174 vht_chandef = *chandef; in ieee80211_determine_chantype()
222 vht_chandef.chan = channel; in ieee80211_determine_chantype()
223 vht_chandef.center_freq1 = in ieee80211_determine_chantype()
226 vht_chandef.center_freq2 = 0; in ieee80211_determine_chantype()
230 vht_chandef.width = chandef->width; in ieee80211_determine_chantype()
231 vht_chandef.center_freq1 = chandef->center_freq1; in ieee80211_determine_chantype()
234 vht_chandef.width = NL80211_CHAN_WIDTH_80; in ieee80211_determine_chantype()
237 vht_chandef.width = NL80211_CHAN_WIDTH_160; in ieee80211_determine_chantype()
240 vht_chandef.width = NL80211_CHAN_WIDTH_80P80; in ieee80211_determine_chantype()
[all …]