Home
last modified time | relevance | path

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

/wlan-driver/qcacld-3.0/core/mac/src/pe/lim/
H A Dlim_assoc_utils.c812 if (!session_entry->protStaCache[i].active) in lim_decide_ap_protection_on_ht20_delete()
815 if (!qdf_mem_cmp(session_entry->protStaCache[i].addr, in lim_decide_ap_protection_on_ht20_delete()
818 session_entry->protStaCache[i].active = in lim_decide_ap_protection_on_ht20_delete()
879 if (session_entry->protStaCache[i].active && in lim_decide_ap_protection_on_delete()
881 session_entry->protStaCache[i].addr, in lim_decide_ap_protection_on_delete()
884 session_entry->protStaCache[i].active = false; in lim_decide_ap_protection_on_delete()
905 if (session_entry->protStaCache[i].active && in lim_decide_ap_protection_on_delete()
907 session_entry->protStaCache[i].addr, in lim_decide_ap_protection_on_delete()
911 session_entry->protStaCache[i].active = in lim_decide_ap_protection_on_delete()
935 if (session_entry->protStaCache[i].active && in lim_decide_ap_protection_on_delete()
[all …]
H A Dlim_utils.c1053 if (pe_session->protStaCache[i].active) { in lim_update_prot_sta_params()
1055 QDF_MAC_ADDR_REF(pe_session->protStaCache[i].addr)); in lim_update_prot_sta_params()
1058 (pe_session->protStaCache[i].addr, in lim_update_prot_sta_params()
1068 if (!pe_session->protStaCache[i].active) in lim_update_prot_sta_params()
1077 qdf_mem_copy(pe_session->protStaCache[i].addr, in lim_update_prot_sta_params()
1080 pe_session->protStaCache[i].protStaCacheType = protStaCacheType; in lim_update_prot_sta_params()
1081 pe_session->protStaCache[i].active = true; in lim_update_prot_sta_params()
H A Dlim_api.c211 qdf_mem_zero(mac->lim.protStaCache, in __lim_init_assoc_vars()
/wlan-driver/qcacld-3.0/core/mac/inc/
H A Dani_global.h447 tCacheParams protStaCache[LIM_PROT_STA_CACHE_SIZE]; member
/wlan-driver/qcacld-3.0/core/mac/src/pe/include/
H A Dlim_session.h787 tCacheParams protStaCache[LIM_PROT_STA_CACHE_SIZE]; member