Home
last modified time | relevance | path

Searched refs:psession_entry (Results 1 – 3 of 3) sorted by relevance

/wlan-driver/qcacld-3.0/core/mac/src/pe/sch/
Dsch_message.c89 struct pe_session *psession_entry; in sch_edca_profile_update_all() local
92 psession_entry = &pmac->lim.gpSession[i]; in sch_edca_profile_update_all()
93 if (psession_entry->valid) in sch_edca_profile_update_all()
94 sch_edca_profile_update(pmac, psession_entry); in sch_edca_profile_update_all()
/wlan-driver/qcacld-3.0/core/mac/src/pe/lim/
Dlim_utils.c1260 struct pe_session *psession_entry) in lim_update_short_preamble() argument
1270 &psession_entry->dph.dphHashTable); in lim_update_short_preamble()
1272 lim_get_phy_mode(mac_ctx, &phy_mode, psession_entry); in lim_update_short_preamble()
1284 if (LIM_IS_AP_ROLE(psession_entry) && in lim_update_short_preamble()
1285 (psession_entry->gLimNoShortParams. in lim_update_short_preamble()
1288 (psession_entry->gLimNoShortParams. in lim_update_short_preamble()
1292 else if (!LIM_IS_AP_ROLE(psession_entry) && in lim_update_short_preamble()
1303 if (LIM_IS_AP_ROLE(psession_entry) && in lim_update_short_preamble()
1304 !psession_entry->gLimNoShortParams. in lim_update_short_preamble()
1314 &psession_entry->gLimNoShortParams; in lim_update_short_preamble()
[all …]
Dlim_api.c3381 struct pe_session *psession_entry; in lim_mon_init_session() local
3384 psession_entry = pe_create_session(mac_ptr, msg->bss_id.bytes, in lim_mon_init_session()
3389 if (!psession_entry) { in lim_mon_init_session()
3394 psession_entry->vhtCapability = 1; in lim_mon_init_session()