Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852bs/core/
H A Drtw_ap.c3189 u8 csa_count = ecsa_param->count; in update_csa_ie() local
3201 if (csa_count > 0) { in update_csa_ie()
3204 FUNC_ADPT_ARG(padapter), csa_ch, csa_count); in update_csa_ie()
3208 csa_data[CSA_SWITCH_COUNT] = csa_count; in update_csa_ie()
3218 if (csa_count > 0) { in update_csa_ie()
3222 FUNC_ADPT_ARG(padapter), csa_ch, csa_count); in update_csa_ie()
3225 csa_ie[2 + CSA_SWITCH_COUNT] = csa_count; in update_csa_ie()
3229 FUNC_ADPT_ARG(padapter), csa_ch, csa_count); in update_csa_ie()
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852be/core/
H A Drtw_ap.c3285 u8 csa_count = ecsa_param->count; in update_csa_ie() local
3297 if (csa_count > 0) { in update_csa_ie()
3300 FUNC_ADPT_ARG(padapter), csa_ch, csa_count); in update_csa_ie()
3304 csa_data[CSA_SWITCH_COUNT] = csa_count; in update_csa_ie()
3314 if (csa_count > 0) { in update_csa_ie()
3318 FUNC_ADPT_ARG(padapter), csa_ch, csa_count); in update_csa_ie()
3321 csa_ie[2 + CSA_SWITCH_COUNT] = csa_count; in update_csa_ie()
3325 FUNC_ADPT_ARG(padapter), csa_ch, csa_count); in update_csa_ie()
/OK3568_Linux_fs/kernel/drivers/net/wireless/intel/iwlwifi/mvm/
H A Dmac80211.c4685 mvmvif->csa_count = chsw->count; in iwl_mvm_pre_channel_switch()
4725 if (chsw->count >= mvmvif->csa_count && chsw->block_tx) { in iwl_mvm_channel_switch_rx_beacon()
4735 mvmvif->csa_count = chsw->count; in iwl_mvm_channel_switch_rx_beacon()
H A Dmvm.h461 u16 csa_count; member
/OK3568_Linux_fs/kernel/drivers/net/wireless/ti/wlcore/
H A Dmain.c5570 u8 *csa_count) in wlcore_get_csa_count() argument
5580 *csa_count = ie_csa->count; in wlcore_get_csa_count()