Searched refs:pIE_RSN_Auth (Results 1 – 1 of 1) sorted by relevance
110 PWLAN_IE_RSN_AUTH pIE_RSN_Auth = NULL; in WPA_ParseRSN() local174 pIE_RSN_Auth = (PWLAN_IE_RSN_AUTH) pRSN->PKSList[m].abyOUI; in WPA_ParseRSN()177 pIE_RSN_Auth->wAuthCount, in WPA_ParseRSN()179 for (i = 0; (i < pIE_RSN_Auth->wAuthCount) && (j < ARRAY_SIZE(pBSSList->abyAuthType)); i++) { in WPA_ParseRSN()181 if (!memcmp(pIE_RSN_Auth->AuthKSList[i].abyOUI, abyOUI01, 4)) in WPA_ParseRSN()183 else if (!memcmp(pIE_RSN_Auth->AuthKSList[i].abyOUI, abyOUI02, 4)) in WPA_ParseRSN()197 if (pIE_RSN_Auth != NULL) { in WPA_ParseRSN()198 n = pIE_RSN_Auth->wAuthCount; in WPA_ParseRSN()204 pbyCaps = (unsigned char *)pIE_RSN_Auth->AuthKSList[n].abyOUI; in WPA_ParseRSN()