Lines Matching defs:def
464 struct cfg80211_chan_def *def)
475 *def = conf->def;
1023 struct cfg80211_chan_def **def = data;
1025 *def = &conf->def;
1237 struct cfg80211_chan_def def;
1245 if (WARN_ON(ath12k_mac_vif_chan(vif, &def)))
1248 bss = cfg80211_get_bss(ar->hw->wiphy, def.chan, info->bssid, NULL, 0,
1299 struct cfg80211_chan_def def;
1309 if (WARN_ON(ath12k_mac_vif_chan(vif, &def)))
1312 band = def.chan->band;
1361 struct cfg80211_chan_def def;
1370 if (WARN_ON(ath12k_mac_vif_chan(vif, &def)))
1376 band = def.chan->band;
1522 struct cfg80211_chan_def def;
1530 if (WARN_ON(ath12k_mac_vif_chan(vif, &def)))
1536 band = def.chan->band;
1547 if (def.chan->band == NL80211_BAND_2GHZ)
1995 struct cfg80211_chan_def def;
2001 if (WARN_ON(ath12k_mac_vif_chan(vif, &def)))
2004 band = def.chan->band;
2408 struct cfg80211_chan_def *def)
2420 sband = ar->hw->wiphy->bands[def->chan->band];
2496 struct cfg80211_chan_def def;
2678 !ath12k_mac_vif_chan(arvif->vif, &def)) {
2679 band = def.chan->band;
2722 !ath12k_mac_vif_chan(arvif->vif, &def))
2723 ath12k_recalculate_mgmt_rate(ar, vif, &def);
3343 struct cfg80211_chan_def def;
3350 if (WARN_ON(ath12k_mac_vif_chan(vif, &def)))
3353 band = def.chan->band;
3449 struct cfg80211_chan_def def;
3464 if (WARN_ON(ath12k_mac_vif_chan(arvif->vif, &def)))
3467 band = def.chan->band;
5753 ctx->def.chan->center_freq, ctx->def.width, ctx);
5761 ar->rx_channel = ctx->def.chan;
5777 ctx->def.chan->center_freq, ctx->def.width, ctx);
6011 vifs[i].old_ctx->def.chan->center_freq,
6012 vifs[i].new_ctx->def.chan->center_freq,
6013 vifs[i].old_ctx->def.width,
6014 vifs[i].new_ctx->def.width);
6045 ret = ath12k_mac_vdev_restart(arvif, &vifs[i].new_ctx->def);
6113 ctx->def.chan->center_freq, ctx->def.width, ctx, changed);
6141 ret = ath12k_mac_vdev_start(arvif, &arvif->chanctx.def);
6145 arvif->chanctx.def.chan->center_freq, ret);
6221 ret = ath12k_mac_vdev_start(arvif, &ctx->def);
6225 ctx->def.chan->center_freq, ret);
6614 struct cfg80211_chan_def def;
6627 if (ath12k_mac_vif_chan(vif, &def))
6630 band = def.chan->band;