Lines Matching refs:conf
2650 struct ieee80211_conf conf; member
4041 struct ieee80211_key_conf *conf,
4281 struct cfg80211_nan_conf *conf);
4286 struct cfg80211_nan_conf *conf, u32 changes);
6411 conf_is_ht20(struct ieee80211_conf *conf) in conf_is_ht20() argument
6413 return conf->chandef.width == NL80211_CHAN_WIDTH_20; in conf_is_ht20()
6417 conf_is_ht40_minus(struct ieee80211_conf *conf) in conf_is_ht40_minus() argument
6419 return conf->chandef.width == NL80211_CHAN_WIDTH_40 && in conf_is_ht40_minus()
6420 conf->chandef.center_freq1 < conf->chandef.chan->center_freq; in conf_is_ht40_minus()
6424 conf_is_ht40_plus(struct ieee80211_conf *conf) in conf_is_ht40_plus() argument
6426 return conf->chandef.width == NL80211_CHAN_WIDTH_40 && in conf_is_ht40_plus()
6427 conf->chandef.center_freq1 > conf->chandef.chan->center_freq; in conf_is_ht40_plus()
6431 conf_is_ht40(struct ieee80211_conf *conf) in conf_is_ht40() argument
6433 return conf->chandef.width == NL80211_CHAN_WIDTH_40; in conf_is_ht40()
6437 conf_is_ht(struct ieee80211_conf *conf) in conf_is_ht() argument
6439 return (conf->chandef.width != NL80211_CHAN_WIDTH_5) && in conf_is_ht()
6440 (conf->chandef.width != NL80211_CHAN_WIDTH_10) && in conf_is_ht()
6441 (conf->chandef.width != NL80211_CHAN_WIDTH_20_NOHT); in conf_is_ht()