Searched refs:abyOUI02 (Results 1 – 2 of 2) sorted by relevance
/linux-2.6.39/drivers/staging/vt6656/ |
D | wpa.c | 50 const BYTE abyOUI02[4] = { 0x00, 0x50, 0xf2, 0x02 }; variable 132 else if ( !memcmp(pRSN->abyMulticast, abyOUI02, 4)) in WPA_ParseRSN() 156 else if ( !memcmp(pRSN->PKSList[i].abyOUI, abyOUI02, 4)) in WPA_ParseRSN() 189 else if ( !memcmp(pIE_RSN_Auth->AuthKSList[i].abyOUI, abyOUI02, 4)) in WPA_ParseRSN()
|
/linux-2.6.39/drivers/staging/vt6655/ |
D | wpa.c | 50 const unsigned char abyOUI02[4] = { 0x00, 0x50, 0xf2, 0x02 }; variable 132 else if ( !memcmp(pRSN->abyMulticast, abyOUI02, 4)) in WPA_ParseRSN() 155 else if ( !memcmp(pRSN->PKSList[i].abyOUI, abyOUI02, 4)) in WPA_ParseRSN() 187 else if ( !memcmp(pIE_RSN_Auth->AuthKSList[i].abyOUI, abyOUI02, 4)) in WPA_ParseRSN()
|