Lines Matching defs:conf
2875 struct ieee80211_conf *conf,
2878 struct ieee80211_channel *channel = conf->chandef.chan;
2880 cfg80211_get_chandef_type(&conf->chandef);
3148 struct ieee80211_conf *conf)
3150 struct ieee80211_channel *channel = conf->chandef.chan;
3152 cfg80211_get_chandef_type(&conf->chandef);
4111 if (hw->conf.chandef.chan->band == NL80211_BAND_2GHZ)
4546 if (hw->conf.chandef.chan->band == NL80211_BAND_2GHZ)
4949 struct ieee80211_conf *conf = &hw->conf;
4957 if (conf->flags & IEEE80211_CONF_IDLE)
4965 rc = mwl8k_cmd_set_rf_channel(hw, conf);
4970 if (conf->power_level > 18)
4971 conf->power_level = 18;
4975 if (conf->flags & IEEE80211_CONF_CHANGE_POWER) {
4976 rc = mwl8k_cmd_tx_power(hw, conf, conf->power_level);
4983 rc = mwl8k_cmd_rf_tx_power(hw, conf->power_level);
5027 if (hw->conf.chandef.chan->band == NL80211_BAND_2GHZ) {
5058 if (hw->conf.chandef.chan->band ==
5133 if (hw->conf.chandef.chan->band == NL80211_BAND_2GHZ)
5401 struct ieee80211_conf *conf = &hw->conf;
5427 survey->channel = conf->chandef.chan;