Home
last modified time | relevance | path

Searched refs:WLAN_WEP_NKEYS (Results 1 – 6 of 6) sorted by relevance

/linux-3.4.99/drivers/staging/vt6655/
D80211hdr.h105 #define WLAN_WEP_NKEYS 4 macro
Diwctl.c1305 if (dwKeyIndex > WLAN_WEP_NKEYS) { in iwctl_siwencode()
1311 if(pDevice->byKeyIndex<WLAN_WEP_NKEYS){ in iwctl_siwencode()
1580 if (index > WLAN_WEP_NKEYS) { in iwctl_giwencode()
1584 if(pDevice->byKeyIndex<WLAN_WEP_NKEYS){ in iwctl_giwencode()
Dioctl.c225 for (ii = 0; ii < WLAN_WEP_NKEYS; ii++) { in private_ioctl()
/linux-3.4.99/drivers/staging/vt6656/
D80211hdr.h103 #define WLAN_WEP_NKEYS 4 macro
Diwctl.c1191 if (dwKeyIndex > WLAN_WEP_NKEYS) { in iwctl_siwencode()
1289 if (index > WLAN_WEP_NKEYS) { in iwctl_giwencode()
1293 if(pDevice->byKeyIndex<WLAN_WEP_NKEYS){ in iwctl_giwencode()
Dioctl.c220 for (ii = 0; ii < WLAN_WEP_NKEYS; ii++) { in private_ioctl()