Home
last modified time | relevance | path

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

/include/net/
Dmac80211.h359 struct cfg80211_chan_def chandef; member
1014 struct cfg80211_chan_def chandef; member
1037 struct cfg80211_chan_def chandef; member
4291 return conf->chandef.width == NL80211_CHAN_WIDTH_20; in conf_is_ht20()
4297 return conf->chandef.width == NL80211_CHAN_WIDTH_40 && in conf_is_ht40_minus()
4298 conf->chandef.center_freq1 < conf->chandef.chan->center_freq; in conf_is_ht40_minus()
4304 return conf->chandef.width == NL80211_CHAN_WIDTH_40 && in conf_is_ht40_plus()
4305 conf->chandef.center_freq1 > conf->chandef.chan->center_freq; in conf_is_ht40_plus()
4311 return conf->chandef.width == NL80211_CHAN_WIDTH_40; in conf_is_ht40()
4317 return conf->chandef.width != NL80211_CHAN_WIDTH_20_NOHT; in conf_is_ht()
Dcfg80211.h358 cfg80211_get_chandef_type(const struct cfg80211_chan_def *chandef) in cfg80211_get_chandef_type() argument
360 switch (chandef->width) { in cfg80211_get_chandef_type()
366 if (chandef->center_freq1 > chandef->chan->center_freq) in cfg80211_get_chandef_type()
383 void cfg80211_chandef_create(struct cfg80211_chan_def *chandef,
422 bool cfg80211_chandef_valid(const struct cfg80211_chan_def *chandef);
432 const struct cfg80211_chan_def *chandef,
595 struct cfg80211_chan_def chandef; member
1162 struct cfg80211_chan_def chandef; member
1555 struct cfg80211_chan_def chandef; member
2106 struct cfg80211_chan_def *chandef);
[all …]