Lines Matching refs:def

570 			struct cfg80211_chan_def *def)  in ath10k_mac_vif_chan()  argument
581 *def = conf->def; in ath10k_mac_vif_chan()
612 struct cfg80211_chan_def **def = data; in ath10k_mac_get_any_chandef_iter() local
614 *def = &conf->def; in ath10k_mac_get_any_chandef_iter()
1338 const struct cfg80211_chan_def *def) in ath10k_vdev_start() argument
1340 return ath10k_vdev_start_restart(arvif, def, false); in ath10k_vdev_start()
1344 const struct cfg80211_chan_def *def) in ath10k_vdev_restart() argument
1346 return ath10k_vdev_start_restart(arvif, def, true); in ath10k_vdev_restart()
1496 struct cfg80211_chan_def def; in ath10k_mac_vif_fix_hidden_ssid() local
1523 if (WARN_ON(ath10k_mac_vif_chan(arvif->vif, &def))) in ath10k_mac_vif_fix_hidden_ssid()
1549 ret = ath10k_vdev_restart(arvif, &def); in ath10k_mac_vif_fix_hidden_ssid()
1974 struct cfg80211_chan_def def; in ath10k_peer_assoc_h_crypto() local
1981 if (WARN_ON(ath10k_mac_vif_chan(vif, &def))) in ath10k_peer_assoc_h_crypto()
1984 bss = cfg80211_get_bss(ar->hw->wiphy, def.chan, info->bssid, NULL, 0, in ath10k_peer_assoc_h_crypto()
2021 struct cfg80211_chan_def def; in ath10k_peer_assoc_h_rates() local
2031 if (WARN_ON(ath10k_mac_vif_chan(vif, &def))) in ath10k_peer_assoc_h_rates()
2034 band = def.chan->band; in ath10k_peer_assoc_h_rates()
2083 struct cfg80211_chan_def def; in ath10k_peer_assoc_h_ht() local
2093 if (WARN_ON(ath10k_mac_vif_chan(vif, &def))) in ath10k_peer_assoc_h_ht()
2099 band = def.chan->band; in ath10k_peer_assoc_h_ht()
2307 struct cfg80211_chan_def def; in ath10k_peer_assoc_h_vht() local
2312 if (WARN_ON(ath10k_mac_vif_chan(vif, &def))) in ath10k_peer_assoc_h_vht()
2318 band = def.chan->band; in ath10k_peer_assoc_h_vht()
2326 if (def.chan->band == IEEE80211_BAND_2GHZ) in ath10k_peer_assoc_h_vht()
2404 struct cfg80211_chan_def def; in ath10k_peer_assoc_h_phymode() local
2410 if (WARN_ON(ath10k_mac_vif_chan(vif, &def))) in ath10k_peer_assoc_h_phymode()
2413 band = def.chan->band; in ath10k_peer_assoc_h_phymode()
5190 struct cfg80211_chan_def def; in ath10k_sta_rc_update_wk() local
5202 if (WARN_ON(ath10k_mac_vif_chan(arvif->vif, &def))) in ath10k_sta_rc_update_wk()
5205 band = def.chan->band; in ath10k_sta_rc_update_wk()
6199 struct cfg80211_chan_def def; in ath10k_mac_op_set_bitrate_mask() local
6211 if (ath10k_mac_vif_chan(vif, &def)) in ath10k_mac_op_set_bitrate_mask()
6214 band = def.chan->band; in ath10k_mac_op_set_bitrate_mask()
6391 struct cfg80211_chan_def *def = NULL; in ath10k_mac_update_rx_channel() local
6416 &def); in ath10k_mac_update_rx_channel()
6419 def = &vifs[0].new_ctx->def; in ath10k_mac_update_rx_channel()
6421 ar->rx_channel = def->chan; in ath10k_mac_update_rx_channel()
6429 ar->rx_channel = ctx->def.chan; in ath10k_mac_update_rx_channel()
6459 vifs[i].old_ctx->def.chan->center_freq, in ath10k_mac_update_vif_chan()
6460 vifs[i].new_ctx->def.chan->center_freq, in ath10k_mac_update_vif_chan()
6461 vifs[i].old_ctx->def.width, in ath10k_mac_update_vif_chan()
6462 vifs[i].new_ctx->def.width); in ath10k_mac_update_vif_chan()
6505 ret = ath10k_vdev_restart(arvif, &vifs[i].new_ctx->def); in ath10k_mac_update_vif_chan()
6532 ctx->def.chan->center_freq, ctx->def.width, ctx); in ath10k_mac_op_add_chanctx()
6556 ctx->def.chan->center_freq, ctx->def.width, ctx); in ath10k_mac_op_remove_chanctx()
6621 ctx->def.chan->center_freq, ctx->def.width, ctx, changed); in ath10k_mac_op_change_chanctx()
6686 ret = ath10k_vdev_start(arvif, &ctx->def); in ath10k_mac_op_assign_vif_chanctx()
6690 ctx->def.chan->center_freq, ret); in ath10k_mac_op_assign_vif_chanctx()