Lines Matching defs:def
392 ath10k_warn(ar, "failed to re-set def wpa key idxon vdev %i: %d\n",
646 struct cfg80211_chan_def *def)
657 *def = conf->def;
688 struct cfg80211_chan_def **def = data;
690 *def = &conf->def;
1543 const struct cfg80211_chan_def *def)
1545 return ath10k_vdev_start_restart(arvif, def, false);
1549 const struct cfg80211_chan_def *def)
1551 return ath10k_vdev_start_restart(arvif, def, true);
1702 struct cfg80211_chan_def def;
1729 if (WARN_ON(ath10k_mac_vif_chan(arvif->vif, &def)))
1755 ret = ath10k_vdev_restart(arvif, &def);
2181 struct cfg80211_chan_def def;
2188 if (WARN_ON(ath10k_mac_vif_chan(vif, &def)))
2191 bss = cfg80211_get_bss(ar->hw->wiphy, def.chan, info->bssid, NULL, 0,
2234 struct cfg80211_chan_def def;
2244 if (WARN_ON(ath10k_mac_vif_chan(vif, &def)))
2247 band = def.chan->band;
2296 struct cfg80211_chan_def def;
2306 if (WARN_ON(ath10k_mac_vif_chan(vif, &def)))
2312 band = def.chan->band;
2546 struct cfg80211_chan_def def;
2553 if (WARN_ON(ath10k_mac_vif_chan(vif, &def)))
2559 band = def.chan->band;
2567 if (def.chan->band == NL80211_BAND_2GHZ)
2719 struct cfg80211_chan_def def;
2725 if (WARN_ON(ath10k_mac_vif_chan(vif, &def)))
2728 band = def.chan->band;
5900 struct cfg80211_chan_def *def)
5912 sband = ar->hw->wiphy->bands[def->chan->band];
5936 struct cfg80211_chan_def def;
6124 !ath10k_mac_vif_chan(arvif->vif, &def)) {
6125 band = def.chan->band;
6166 !ath10k_mac_vif_chan(arvif->vif, &def))
6167 ath10k_recalculate_mgmt_rate(ar, vif, &def);
6568 struct cfg80211_chan_def def;
6580 if (WARN_ON(ath10k_mac_vif_chan(arvif->vif, &def)))
6583 band = def.chan->band;
6607 mode = chan_to_phymode(&def);
6859 struct cfg80211_chan_def def;
6864 if (WARN_ON(ath10k_mac_vif_chan(vif, &def)))
6873 band = def.chan->band;
8240 struct cfg80211_chan_def def;
8255 if (ath10k_mac_vif_chan(vif, &def))
8258 band = def.chan->band;
8495 struct cfg80211_chan_def *def = NULL;
8520 &def);
8523 def = &vifs[0].new_ctx->def;
8525 ar->rx_channel = def->chan;
8533 ar->rx_channel = ctx->def.chan;
8563 vifs[i].old_ctx->def.chan->center_freq,
8564 vifs[i].new_ctx->def.chan->center_freq,
8565 vifs[i].old_ctx->def.width,
8566 vifs[i].new_ctx->def.width);
8609 ret = ath10k_vdev_restart(arvif, &vifs[i].new_ctx->def);
8636 ctx->def.chan->center_freq, ctx->def.width, ctx);
8660 ctx->def.chan->center_freq, ctx->def.width, ctx);
8725 ctx->def.chan->center_freq, ctx->def.width, ctx, changed);
8790 ret = ath10k_vdev_start(arvif, &ctx->def);
8794 ctx->def.chan->center_freq, ret);