Searched refs:chanctx (Results 1 – 6 of 6) sorted by relevance
/freebsd/sys/contrib/dev/iwlwifi/mvm/ |
H A D | tdls.c | 385 struct ieee80211_chanctx_conf *chanctx = in iwl_mvm_tdls_config_channel_switch() local 388 if (WARN_ON_ONCE(!chanctx)) { in iwl_mvm_tdls_config_channel_switch() 393 chandef = &chanctx->def; in iwl_mvm_tdls_config_channel_switch()
|
H A D | mac-ctxt.c | 419 struct ieee80211_chanctx_conf *chanctx; in iwl_mvm_set_fw_basic_rates() 423 chanctx = rcu_dereference(link_conf->chanctx_conf); in iwl_mvm_set_fw_protection_flags() 424 iwl_mvm_ack_rates(mvm, vif, chanctx ? chanctx->def.chan->band in iwl_mvm_set_fw_protection_flags() 407 struct ieee80211_chanctx_conf *chanctx; iwl_mvm_set_fw_basic_rates() local
|
/freebsd/sys/contrib/dev/athk/ath12k/ |
H A D | core.h | 258 struct ieee80211_chanctx_conf chanctx; member
|
H A D | mac.c | 6142 ret = ath12k_mac_vdev_start(arvif, &arvif->chanctx.def); in ath12k_start_vdev_delay() 6146 arvif->chanctx.def.chan->center_freq, ret); in ath12k_start_vdev_delay() 6189 memcpy(&arvif->chanctx, ctx, sizeof(*ctx)); in ath12k_mac_op_assign_vif_chanctx()
|
/freebsd/sys/contrib/dev/athk/ath11k/ |
H A D | core.h | 386 struct ieee80211_chanctx_conf chanctx; member
|
H A D | mac.c | 7555 ret = ath11k_mac_vdev_start(arvif, &arvif->chanctx); in ath11k_start_vdev_delay() 7559 arvif->chanctx.def.chan->center_freq, ret); in ath11k_start_vdev_delay() 7614 memcpy(&arvif->chanctx, ctx, sizeof(*ctx)); in ath11k_mac_op_assign_vif_chanctx()
|