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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/vt6655/
H A Dwpa.c113 PWLAN_IE_RSN_AUTH pIE_RSN_Auth = NULL; local
179 pIE_RSN_Auth = (PWLAN_IE_RSN_AUTH) pRSN->PKSList[m].abyOUI;
182 pIE_RSN_Auth->wAuthCount, sizeof(pBSSList->abyAuthType));
183 for(i = 0; (i < pIE_RSN_Auth->wAuthCount) && (j < sizeof(pBSSList->abyAuthType)/sizeof(unsigned char)); i++) {
185 if ( !memcmp(pIE_RSN_Auth->AuthKSList[i].abyOUI, abyOUI01, 4))
187 else if ( !memcmp(pIE_RSN_Auth->AuthKSList[i].abyOUI, abyOUI02, 4))
202 if (pIE_RSN_Auth != NULL) {
204 n = pIE_RSN_Auth->wAuthCount;
210 pbyCaps = (unsigned char *)pIE_RSN_Auth->AuthKSList[n].abyOUI;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/vt6656/
H A Dwpa.c113 PWLAN_IE_RSN_AUTH pIE_RSN_Auth = NULL; local
180 pIE_RSN_Auth = (PWLAN_IE_RSN_AUTH) pRSN->PKSList[m].abyOUI;
183 pIE_RSN_Auth->wAuthCount, sizeof(pBSSList->abyAuthType));
184 for (i = 0; (i < pIE_RSN_Auth->wAuthCount) &&
187 if ( !memcmp(pIE_RSN_Auth->AuthKSList[i].abyOUI, abyOUI01, 4))
189 else if ( !memcmp(pIE_RSN_Auth->AuthKSList[i].abyOUI, abyOUI02, 4))
204 if (pIE_RSN_Auth != NULL) {
206 n = pIE_RSN_Auth->wAuthCount;
212 pbyCaps = (PBYTE)pIE_RSN_Auth->AuthKSList[n].abyOUI;

Completed in 108 milliseconds