Lines Matching refs:chandef
537 struct cfg80211_chan_def chandef; member
1281 struct cfg80211_chan_def chandef; member
1307 struct cfg80211_chan_def chandef; member
2118 struct cfg80211_chan_def *chandef; member
3473 struct cfg80211_chan_def *chandef);
3490 struct cfg80211_chan_def *chandef,
5158 struct cfg80211_chan_def *chandef,
5161 struct cfg80211_chan_def *chandef,
5265 return conf->chandef.width == NL80211_CHAN_WIDTH_20; in conf_is_ht20()
5271 return conf->chandef.width == NL80211_CHAN_WIDTH_40 && in conf_is_ht40_minus()
5272 conf->chandef.center_freq1 < conf->chandef.chan->center_freq; in conf_is_ht40_minus()
5278 return conf->chandef.width == NL80211_CHAN_WIDTH_40 && in conf_is_ht40_plus()
5279 conf->chandef.center_freq1 > conf->chandef.chan->center_freq; in conf_is_ht40_plus()
5285 return conf->chandef.width == NL80211_CHAN_WIDTH_40; in conf_is_ht40()
5291 return (conf->chandef.width != NL80211_CHAN_WIDTH_5) && in conf_is_ht()
5292 (conf->chandef.width != NL80211_CHAN_WIDTH_10) && in conf_is_ht()
5293 (conf->chandef.width != NL80211_CHAN_WIDTH_20_NOHT); in conf_is_ht()