Lines Matching defs:conf
2879 struct ieee80211_conf *conf,
2882 struct ieee80211_channel *channel = conf->chandef.chan;
2884 cfg80211_get_chandef_type(&conf->chandef);
3152 struct ieee80211_conf *conf)
3154 struct ieee80211_channel *channel = conf->chandef.chan;
3156 cfg80211_get_chandef_type(&conf->chandef);
4115 if (hw->conf.chandef.chan->band == NL80211_BAND_2GHZ)
4552 if (hw->conf.chandef.chan->band == NL80211_BAND_2GHZ)
4955 struct ieee80211_conf *conf = &hw->conf;
4963 if (conf->flags & IEEE80211_CONF_IDLE)
4971 rc = mwl8k_cmd_set_rf_channel(hw, conf);
4976 if (conf->power_level > 18)
4977 conf->power_level = 18;
4981 if (conf->flags & IEEE80211_CONF_CHANGE_POWER) {
4982 rc = mwl8k_cmd_tx_power(hw, conf, conf->power_level);
4989 rc = mwl8k_cmd_rf_tx_power(hw, conf->power_level);
5033 if (hw->conf.chandef.chan->band == NL80211_BAND_2GHZ) {
5064 if (hw->conf.chandef.chan->band ==
5139 if (hw->conf.chandef.chan->band == NL80211_BAND_2GHZ)
5408 struct ieee80211_conf *conf = &hw->conf;
5434 survey->channel = conf->chandef.chan;