Lines Matching defs:conf
328 struct ieee80211_conf *conf = &dev->conf;
338 priv->output_power = conf->power_level;
344 (priv->channel != conf->chandef.chan)) {
345 struct ieee80211_channel *ch = conf->chandef.chan;
373 if (!(conf->flags & IEEE80211_CONF_PS))
375 else if (conf->dynamic_ps_timeout <= 0)
384 if (conf->dynamic_ps_timeout >= 0x80)
388 conf->dynamic_ps_timeout << 1;
413 (conf->flags & IEEE80211_CONF_IDLE) &&
424 conf->long_frame_max_tx_count,
425 conf->short_frame_max_tx_count);
427 priv->long_frame_max_tx_count = conf->long_frame_max_tx_count;
429 (conf->short_frame_max_tx_count < 0x0F) ?
430 conf->short_frame_max_tx_count : 0x0F;
1208 struct ieee80211_bss_conf *conf = &priv->vif->bss_conf;
1218 conf->basic_rates),
1241 /* Under the conf lock: check scan status and
1274 if (priv->hw->conf.ps_dtim_period)
1275 priv->join_dtim_period = priv->hw->conf.ps_dtim_period;
1915 priv->ht_info.channel_type = cfg80211_get_chandef_type(&dev->conf.chandef);
2311 struct ieee80211_bss_conf *conf = &priv->vif->bss_conf;
2318 .beacon_interval = conf->beacon_int,
2319 .dtim_period = conf->dtim_period,
2320 .preamble = conf->use_short_preamble ?
2325 conf->basic_rates),
2333 if (!conf->hidden_ssid) {
2338 priv->beacon_int = conf->beacon_int;
2339 priv->join_dtim_period = conf->dtim_period;
2366 struct ieee80211_bss_conf *conf = &priv->vif->bss_conf;
2375 priv->beacon_int != conf->beacon_int) {