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

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/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;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/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;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/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;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/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 115 milliseconds