Searched refs:pbyOUI (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 Dwpa2.c118 unsigned char *pbyOUI; local
143 pbyOUI = &(pRSN->abyRSN[0]);
144 if ( !memcmp(pbyOUI, abyOUIWEP40, 4))
146 else if ( !memcmp(pbyOUI, abyOUITKIP, 4))
148 else if ( !memcmp(pbyOUI, abyOUICCMP, 4))
150 else if ( !memcmp(pbyOUI, abyOUIWEP104, 4))
152 else if ( !memcmp(pbyOUI, abyOUIGK, 4)) {
169 pbyOUI = &(pRSN->abyRSN[6]);
174 if ( !memcmp(pbyOUI, abyOUIGK, 4)) {
177 } else if ( !memcmp(pbyOUI, abyOUIWEP4
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/vt6656/
H A Dwpa2.c117 PBYTE pbyOUI; local
142 pbyOUI = &(pRSN->abyRSN[0]);
143 if ( !memcmp(pbyOUI, abyOUIWEP40, 4))
145 else if ( !memcmp(pbyOUI, abyOUITKIP, 4))
147 else if ( !memcmp(pbyOUI, abyOUICCMP, 4))
149 else if ( !memcmp(pbyOUI, abyOUIWEP104, 4))
151 else if ( !memcmp(pbyOUI, abyOUIGK, 4)) {
168 pbyOUI = &(pRSN->abyRSN[6]);
173 if ( !memcmp(pbyOUI, abyOUIGK, 4)) {
176 } else if ( !memcmp(pbyOUI, abyOUIWEP4
[all...]

Completed in 51 milliseconds