Lines Matching defs:def

394 			       struct cfg80211_chan_def *def)
405 *def = conf->def;
893 struct cfg80211_chan_def def;
901 if (WARN_ON(ath11k_mac_vif_chan(vif, &def)))
904 bss = cfg80211_get_bss(ar->hw->wiphy, def.chan, info->bssid, NULL, 0,
955 struct cfg80211_chan_def def;
965 if (WARN_ON(ath11k_mac_vif_chan(vif, &def)))
968 band = def.chan->band;
1017 struct cfg80211_chan_def def;
1026 if (WARN_ON(ath11k_mac_vif_chan(vif, &def)))
1032 band = def.chan->band;
1178 struct cfg80211_chan_def def;
1185 if (WARN_ON(ath11k_mac_vif_chan(vif, &def)))
1191 band = def.chan->band;
1202 if (def.chan->band == NL80211_BAND_2GHZ)
1576 struct cfg80211_chan_def def;
1582 if (WARN_ON(ath11k_mac_vif_chan(vif, &def)))
1585 band = def.chan->band;
1823 struct cfg80211_chan_def *def)
1835 sband = ar->hw->wiphy->bands[def->chan->band];
1865 struct cfg80211_chan_def def;
2036 !ath11k_mac_vif_chan(arvif->vif, &def)) {
2037 band = def.chan->band;
2080 !ath11k_mac_vif_chan(arvif->vif, &def))
2081 ath11k_recalculate_mgmt_rate(ar, vif, &def);
2689 struct cfg80211_chan_def def;
2696 if (WARN_ON(ath11k_mac_vif_chan(vif, &def)))
2699 band = def.chan->band;
2795 struct cfg80211_chan_def def;
2809 if (WARN_ON(ath11k_mac_vif_chan(arvif->vif, &def)))
2812 band = def.chan->band;
4838 ctx->def.chan->center_freq, ctx->def.width, ctx);
4846 ar->rx_channel = ctx->def.chan;
4862 ctx->def.chan->center_freq, ctx->def.width, ctx);
5118 vifs[i].old_ctx->def.chan->center_freq,
5119 vifs[i].new_ctx->def.chan->center_freq,
5120 vifs[i].old_ctx->def.width,
5121 vifs[i].new_ctx->def.width);
5152 ret = ath11k_mac_vdev_restart(arvif, &vifs[i].new_ctx->def);
5214 ctx->def.chan->center_freq, ctx->def.width, ctx, changed);
5242 ret = ath11k_mac_vdev_start(arvif, &arvif->chanctx.def);
5246 arvif->chanctx.def.chan->center_freq, ret);
5311 ret = ath11k_mac_vdev_start(arvif, &ctx->def);
5315 ctx->def.chan->center_freq, ret);
5691 struct cfg80211_chan_def def;
5704 if (ath11k_mac_vif_chan(vif, &def))
5707 band = def.chan->band;