Searched refs:pPmkidList (Results 1 - 1 of 1) sorted by relevance

/system/wlan/ti/sta_dk_4_0_4_32/pform/common/src/
H A DosUtil.c2986 OS_802_11_PMKID *pPmkidList = (OS_802_11_PMKID *)pData; local
2997 pPmkidList->Length = *Length;
3003 if (*Length < (pPmkidList->Length))
3004 *Length = pPmkidList->Length;
3010 *Length = pPmkidList->Length;

Completed in 11 milliseconds