Searched refs:psession_entry (Results 1 – 3 of 3) sorted by relevance
89 struct pe_session *psession_entry; in sch_edca_profile_update_all() local92 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()
1260 struct pe_session *psession_entry) in lim_update_short_preamble() argument1270 &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 …]
3381 struct pe_session *psession_entry; in lim_mon_init_session() local3384 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()