Home
last modified time | relevance | path

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

/linux-4.1.27/net/mac80211/
Dmlme.c159 struct cfg80211_chan_def vht_chandef; in ieee80211_determine_chantype() local
181 vht_chandef = *chandef; in ieee80211_determine_chantype()
229 vht_chandef.chan = channel; in ieee80211_determine_chantype()
230 vht_chandef.center_freq1 = in ieee80211_determine_chantype()
233 vht_chandef.center_freq2 = 0; in ieee80211_determine_chantype()
237 vht_chandef.width = chandef->width; in ieee80211_determine_chantype()
238 vht_chandef.center_freq1 = chandef->center_freq1; in ieee80211_determine_chantype()
241 vht_chandef.width = NL80211_CHAN_WIDTH_80; in ieee80211_determine_chantype()
244 vht_chandef.width = NL80211_CHAN_WIDTH_160; in ieee80211_determine_chantype()
247 vht_chandef.width = NL80211_CHAN_WIDTH_80P80; in ieee80211_determine_chantype()
[all …]