Lines Matching refs:chandef
516 struct cfg80211_chan_def chandef; member
1262 struct cfg80211_chan_def chandef; member
1288 struct cfg80211_chan_def chandef; member
2023 struct cfg80211_chan_def *chandef; member
3363 struct cfg80211_chan_def *chandef);
3380 struct cfg80211_chan_def *chandef,
5083 struct cfg80211_chan_def *chandef,
5086 struct cfg80211_chan_def *chandef,
5190 return conf->chandef.width == NL80211_CHAN_WIDTH_20; in conf_is_ht20()
5196 return conf->chandef.width == NL80211_CHAN_WIDTH_40 && in conf_is_ht40_minus()
5197 conf->chandef.center_freq1 < conf->chandef.chan->center_freq; in conf_is_ht40_minus()
5203 return conf->chandef.width == NL80211_CHAN_WIDTH_40 && in conf_is_ht40_plus()
5204 conf->chandef.center_freq1 > conf->chandef.chan->center_freq; in conf_is_ht40_plus()
5210 return conf->chandef.width == NL80211_CHAN_WIDTH_40; in conf_is_ht40()
5216 return (conf->chandef.width != NL80211_CHAN_WIDTH_5) && in conf_is_ht()
5217 (conf->chandef.width != NL80211_CHAN_WIDTH_10) && in conf_is_ht()
5218 (conf->chandef.width != NL80211_CHAN_WIDTH_20_NOHT); in conf_is_ht()