Home
last modified time | relevance | path

Searched refs:cfgProtection (Results 1 – 8 of 8) sorted by relevance

/wlan-driver/qcacld-3.0/core/mac/src/pe/lim/
H A Dlim_process_cfg_updates.c51 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()
63 pesessionEntry->cfgProtection.rifs, in lim_set_cfg_protection()
64 pesessionEntry->cfgProtection.obss); in lim_set_cfg_protection()
73 qdf_mem_zero((void *)&mac->lim.cfgProtection, in lim_set_cfg_protection()
[all …]
H A Dlim_utils.c1507 if (mac->lim.cfgProtection.fromlla) in lim_decide_sta_protection_on_assoc()
1511 if (mac->lim.cfgProtection.ht20) in lim_decide_sta_protection_on_assoc()
1527 if (mac->lim.cfgProtection.fromllb && in lim_decide_sta_protection_on_assoc()
1549 if (mac->lim.cfgProtection.fromllg && in lim_decide_sta_protection_on_assoc()
1553 if (mac->lim.cfgProtection.fromllg) in lim_decide_sta_protection_on_assoc()
1564 if (mac->lim.cfgProtection.ht20) in lim_decide_sta_protection_on_assoc()
2647 (!session->cfgProtection.fromlla)) { in lim_update_11a_protection()
2892 !session_entry->cfgProtection.fromllb) { in lim_enable11g_protection()
2897 if (!mac_ctx->lim.cfgProtection.fromllb) { in lim_enable11g_protection()
2935 && (!pe_session->cfgProtection.overlapFromllg)) { in lim_enable_ht_protection_from11g()
[all …]
H A Dlim_api.c169 qdf_mem_zero(&mac->lim.cfgProtection, sizeof(tCfgProtection)); in __lim_init_vars()
H A Dlim_process_sme_req_messages.c483 qdf_mem_copy((void *)&session->cfgProtection, in lim_configure_ap_start_bss_session()
/wlan-driver/qcacld-3.0/core/mac/inc/
H A Dani_global.h388 tCfgProtection cfgProtection; member
/wlan-driver/qcacld-3.0/core/mac/src/pe/include/
H A Dlim_session.h772 tCfgProtection cfgProtection; member
/wlan-driver/qcacld-3.0/core/mac/src/pe/sch/
H A Dsch_beacon_process.c1298 session->cfgProtection.overlapFromllg && in lim_obss_generate_detection_config()
/wlan-driver/qcacld-3.0/core/mac/src/sys/legacy/src/utils/src/
H A Dparser_api.c869 val = pe_session->cfgProtection.fromllb; in populate_dot11f_erp_info()