Home
last modified time | relevance | path

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

/wlan-driver/qcacld-3.0/core/mac/src/pe/lim/
Dlim_assoc_utils.h314 tpLimPreAuthTable pAuthTable,
Dlim_assoc_utils.c4633 tpLimPreAuthTable pAuthTable, in lim_get_pre_auth_node_from_index() argument
4636 if ((authNodeIdx >= pAuthTable->numEntry) in lim_get_pre_auth_node_from_index()
4637 || (!pAuthTable->pTable)) { in lim_get_pre_auth_node_from_index()
4639 authNodeIdx, pAuthTable->numEntry); in lim_get_pre_auth_node_from_index()
4643 return pAuthTable->pTable[authNodeIdx]; in lim_get_pre_auth_node_from_index()