Home
last modified time | relevance | path

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

/wlan-driver/qcacld-3.0/core/mac/src/pe/lim/
H A Dlim_process_cfg_updates.c43 void lim_set_cfg_protection(struct mac_context *mac, struct pe_session *pesessionEntry) in lim_set_cfg_protection() argument
48 if (pesessionEntry && LIM_IS_AP_ROLE(pesessionEntry)) { in lim_set_cfg_protection()
49 if (pesessionEntry->gLimProtectionControl == in lim_set_cfg_protection()
51 qdf_mem_zero((void *)&pesessionEntry->cfgProtection, in lim_set_cfg_protection()
57 pesessionEntry->cfgProtection.fromlla, in lim_set_cfg_protection()
58 pesessionEntry->cfgProtection.fromllb, in lim_set_cfg_protection()
59 pesessionEntry->cfgProtection.fromllg, in lim_set_cfg_protection()
60 pesessionEntry->cfgProtection.ht20, in lim_set_cfg_protection()
61 pesessionEntry->cfgProtection.nonGf, in lim_set_cfg_protection()
62 pesessionEntry->cfgProtection.lsigTxop, in lim_set_cfg_protection()
[all …]
H A Dlim_types.h399 void lim_set_cfg_protection(struct mac_context *mac, struct pe_session *pesessionEntry);