Home
last modified time | relevance | path

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

/wlan-driver/qcacld-3.0/core/mac/src/pe/lim/
H A Dlim_admit_control.c387 tpLimTspecInfo pTspecList, tpLimTspecInfo *ppInfo) in lim_tspec_find_by_sta_addr() argument
393 for (ctspec = 0; ctspec < LIM_NUM_TSPEC_MAX; ctspec++, pTspecList++) { in lim_tspec_find_by_sta_addr()
394 if ((pTspecList->inuse) && in lim_tspec_find_by_sta_addr()
395 (!qdf_mem_cmp(pAddr, pTspecList->staAddr, in lim_tspec_find_by_sta_addr()
396 sizeof(pTspecList->staAddr))) && in lim_tspec_find_by_sta_addr()
397 (!qdf_mem_cmp(pTspecIE, &pTspecList->tspec, in lim_tspec_find_by_sta_addr()
399 *ppInfo = pTspecList; in lim_tspec_find_by_sta_addr()
421 tpLimTspecInfo pTspecList, tpLimTspecInfo *ppInfo) in lim_tspec_find_by_assoc_id() argument
431 for (ctspec = 0; ctspec < LIM_NUM_TSPEC_MAX; ctspec++, pTspecList++) { in lim_tspec_find_by_assoc_id()
432 if ((pTspecList->inuse) && in lim_tspec_find_by_assoc_id()
[all …]