Lines Matching defs:def
403 ath10k_warn(ar, "failed to re-set def wpa key idxon vdev %i: %d\n",
657 struct cfg80211_chan_def *def)
668 *def = conf->def;
699 struct cfg80211_chan_def **def = data;
701 *def = &conf->def;
1554 const struct cfg80211_chan_def *def)
1556 return ath10k_vdev_start_restart(arvif, def, false);
1560 const struct cfg80211_chan_def *def)
1562 return ath10k_vdev_start_restart(arvif, def, true);
1713 struct cfg80211_chan_def def;
1740 if (WARN_ON(ath10k_mac_vif_chan(arvif->vif, &def)))
1766 ret = ath10k_vdev_restart(arvif, &def);
2191 struct cfg80211_chan_def def;
2198 if (WARN_ON(ath10k_mac_vif_chan(vif, &def)))
2201 bss = cfg80211_get_bss(ar->hw->wiphy, def.chan, info->bssid,
2246 struct cfg80211_chan_def def;
2256 if (WARN_ON(ath10k_mac_vif_chan(vif, &def)))
2259 band = def.chan->band;
2308 struct cfg80211_chan_def def;
2318 if (WARN_ON(ath10k_mac_vif_chan(vif, &def)))
2324 band = def.chan->band;
2559 struct cfg80211_chan_def def;
2566 if (WARN_ON(ath10k_mac_vif_chan(vif, &def)))
2572 band = def.chan->band;
2580 if (def.chan->band == NL80211_BAND_2GHZ)
2734 struct cfg80211_chan_def def;
2740 if (WARN_ON(ath10k_mac_vif_chan(vif, &def)))
2743 band = def.chan->band;
6047 struct cfg80211_chan_def *def)
6059 sband = ar->hw->wiphy->bands[def->chan->band];
6083 struct cfg80211_chan_def def;
6272 !ath10k_mac_vif_chan(arvif->vif, &def)) {
6273 band = def.chan->band;
6314 !ath10k_mac_vif_chan(arvif->vif, &def))
6315 ath10k_recalculate_mgmt_rate(ar, vif, &def);
6717 struct cfg80211_chan_def def;
6729 if (WARN_ON(ath10k_mac_vif_chan(arvif->vif, &def)))
6732 band = def.chan->band;
6756 mode = chan_to_phymode(&def);
7011 struct cfg80211_chan_def def;
7016 if (WARN_ON(ath10k_mac_vif_chan(vif, &def)))
7025 band = def.chan->band;
8401 struct cfg80211_chan_def def;
8416 if (ath10k_mac_vif_chan(vif, &def))
8419 band = def.chan->band;
8657 struct cfg80211_chan_def *def = NULL;
8682 &def);
8685 def = &vifs[0].new_ctx->def;
8687 ar->rx_channel = def->chan;
8695 ar->rx_channel = ctx->def.chan;
8725 vifs[i].old_ctx->def.chan->center_freq,
8726 vifs[i].new_ctx->def.chan->center_freq,
8727 vifs[i].old_ctx->def.width,
8728 vifs[i].new_ctx->def.width);
8771 ret = ath10k_vdev_restart(arvif, &vifs[i].new_ctx->def);
8798 ctx->def.chan->center_freq, ctx->def.width, ctx);
8822 ctx->def.chan->center_freq, ctx->def.width, ctx);
8887 ctx->def.chan->center_freq, ctx->def.width, ctx, changed);
8953 ret = ath10k_vdev_start(arvif, &ctx->def);
8957 ctx->def.chan->center_freq, ret);