Lines Matching defs:conf
368 struct ieee80211_bss_conf *conf,
3980 struct ieee80211_conf *conf = &hw->conf;
3988 b43_set_beacon_listen_interval(dev, conf->listen_interval);
3991 phy->chandef = &conf->chandef;
3992 phy->channel = conf->chandef.chan->hw_value;
3995 err = b43_switch_band(dev, conf->chandef.chan);
4006 b43_set_retry_limits(dev, conf->short_frame_max_tx_count,
4007 conf->long_frame_max_tx_count);
4012 dev->wl->radiotap_enabled = !!(conf->flags & IEEE80211_CONF_MONITOR);
4015 if (conf->power_level != 0) {
4016 if (conf->power_level != phy->desired_txpower) {
4017 phy->desired_txpower = conf->power_level;
4099 struct ieee80211_bss_conf *conf,
4114 if (conf->bssid)
4115 memcpy(wl->bssid, conf->bssid, ETH_ALEN);
4138 conf->beacon_int)
4139 b43_set_beacon_int(dev, conf->beacon_int);
4142 b43_update_basic_rates(dev, conf->basic_rates);
4145 if (conf->use_short_slot)
5160 struct ieee80211_conf *conf = &hw->conf;
5165 survey->channel = conf->chandef.chan;