Lines Matching defs:def

404 		ath10k_warn(ar, "failed to re-set def wpa key idxon vdev %i: %d\n",
658 struct cfg80211_chan_def *def)
669 *def = conf->def;
700 struct cfg80211_chan_def **def = data;
702 *def = &conf->def;
1548 const struct cfg80211_chan_def *def)
1550 return ath10k_vdev_start_restart(arvif, def, false);
1554 const struct cfg80211_chan_def *def)
1556 return ath10k_vdev_start_restart(arvif, def, true);
1707 struct cfg80211_chan_def def;
1734 if (WARN_ON(ath10k_mac_vif_chan(arvif->vif, &def)))
1760 ret = ath10k_vdev_restart(arvif, &def);
2185 struct cfg80211_chan_def def;
2192 if (WARN_ON(ath10k_mac_vif_chan(vif, &def)))
2195 bss = cfg80211_get_bss(ar->hw->wiphy, def.chan, info->bssid,
2240 struct cfg80211_chan_def def;
2250 if (WARN_ON(ath10k_mac_vif_chan(vif, &def)))
2253 band = def.chan->band;
2302 struct cfg80211_chan_def def;
2312 if (WARN_ON(ath10k_mac_vif_chan(vif, &def)))
2318 band = def.chan->band;
2553 struct cfg80211_chan_def def;
2560 if (WARN_ON(ath10k_mac_vif_chan(vif, &def)))
2566 band = def.chan->band;
2574 if (def.chan->band == NL80211_BAND_2GHZ)
2728 struct cfg80211_chan_def def;
2734 if (WARN_ON(ath10k_mac_vif_chan(vif, &def)))
2737 band = def.chan->band;
6049 struct cfg80211_chan_def *def)
6061 sband = ar->hw->wiphy->bands[def->chan->band];
6085 struct cfg80211_chan_def def;
6273 !ath10k_mac_vif_chan(arvif->vif, &def)) {
6274 band = def.chan->band;
6315 !ath10k_mac_vif_chan(arvif->vif, &def))
6316 ath10k_recalculate_mgmt_rate(ar, vif, &def);
6718 struct cfg80211_chan_def def;
6730 if (WARN_ON(ath10k_mac_vif_chan(arvif->vif, &def)))
6733 band = def.chan->band;
6757 mode = chan_to_phymode(&def);
7012 struct cfg80211_chan_def def;
7017 if (WARN_ON(ath10k_mac_vif_chan(vif, &def)))
7026 band = def.chan->band;
8402 struct cfg80211_chan_def def;
8417 if (ath10k_mac_vif_chan(vif, &def))
8420 band = def.chan->band;
8658 struct cfg80211_chan_def *def = NULL;
8683 &def);
8686 def = &vifs[0].new_ctx->def;
8688 ar->rx_channel = def->chan;
8696 ar->rx_channel = ctx->def.chan;
8726 vifs[i].old_ctx->def.chan->center_freq,
8727 vifs[i].new_ctx->def.chan->center_freq,
8728 vifs[i].old_ctx->def.width,
8729 vifs[i].new_ctx->def.width);
8772 ret = ath10k_vdev_restart(arvif, &vifs[i].new_ctx->def);
8799 ctx->def.chan->center_freq, ctx->def.width, ctx);
8823 ctx->def.chan->center_freq, ctx->def.width, ctx);
8888 ctx->def.chan->center_freq, ctx->def.width, ctx, changed);
8954 ret = ath10k_vdev_start(arvif, &ctx->def);
8958 ctx->def.chan->center_freq, ret);