Home
last modified time | relevance | path

Searched refs:csa_count (Results 1 – 2 of 2) sorted by relevance

/linux/drivers/net/wireless/intel/iwlwifi/mvm/
H A Dmac80211.c5548 mvmvif->csa_count = chsw->count; in iwl_mvm_pre_channel_switch()
5604 mvmvif->id, chsw->count, mvmvif->csa_count, chsw->block_tx); in iwl_mvm_channel_switch_rx_beacon()
5606 if (chsw->count >= mvmvif->csa_count && chsw->block_tx) { in iwl_mvm_channel_switch_rx_beacon()
5624 mvmvif->csa_count = chsw->count; in iwl_mvm_channel_switch_rx_beacon()
/linux/drivers/net/wireless/ti/wlcore/
H A Dmain.c5569 u8 *csa_count) in wlcore_get_csa_count() argument
5579 *csa_count = ie_csa->count; in wlcore_get_csa_count()