Lines Matching defs:conf
2670 struct ieee80211_conf *conf = &hw->conf;
2684 conf->short_frame_max_tx_count,
2685 conf->long_frame_max_tx_count);
2691 switch (conf->chandef.chan->band) {
2719 if (conf->chandef.chan->hw_value != phy->channel)
2720 b43legacy_radio_selectchannel(dev, conf->chandef.chan->hw_value,
2723 dev->wl->radiotap_enabled = !!(conf->flags & IEEE80211_CONF_MONITOR);
2726 if (conf->power_level != 0) {
2727 if (conf->power_level != phy->power_level) {
2728 phy->power_level = conf->power_level;
2808 struct ieee80211_bss_conf *conf,
2833 if (conf->bssid)
2834 memcpy(wl->bssid, conf->bssid, ETH_ALEN);
2855 b43legacy_set_beacon_int(dev, conf->beacon_int);
2858 b43legacy_update_basic_rates(dev, conf->basic_rates);
2861 if (conf->use_short_slot)
3521 struct ieee80211_conf *conf = &hw->conf;
3526 survey->channel = conf->chandef.chan;