Home
last modified time | relevance | path

Searched refs:MAX_KEY_TABLE (Results 1 – 12 of 12) sorted by relevance

/linux-2.6.39/drivers/staging/vt6655/
Dkey.c66 for (i=0;i<MAX_KEY_TABLE;i++) { in s_vCheckKeyTableValid()
104 for (i=0;i<MAX_KEY_TABLE;i++) { in KeyvInitTable()
146 for (i=0;i<MAX_KEY_TABLE;i++) { in KeybGetKey()
211 j = (MAX_KEY_TABLE-1); in KeybSetKey()
212 for (i=0;i<(MAX_KEY_TABLE-1);i++) { in KeybSetKey()
214 (j == (MAX_KEY_TABLE-1))) { in KeybSetKey()
283 if (j < (MAX_KEY_TABLE-1)) { in KeybSetKey()
377 for (i=0;i<MAX_KEY_TABLE;i++) { in KeybRemoveKey()
384 for (i=0;i<MAX_KEY_TABLE;i++) { in KeybRemoveKey()
399 for (i=0;i<MAX_KEY_TABLE;i++) { in KeybRemoveKey()
[all …]
Dkey.h39 #define MAX_KEY_TABLE 11 macro
91 SKeyTable KeyTable[MAX_KEY_TABLE];
Dhostap.c674 MACvSetDefaultKeyCtl(pDevice->PortOffset, wKeyCtl, MAX_KEY_TABLE-1, pDevice->byLocalID); in hostap_set_encryption()
Dwpactl.c226 for (uu=0; uu<MAX_KEY_TABLE; uu++) { in wpa_set_keys()
Diwctl.c1386 pkeytab=&(pDevice->sKey.KeyTable[MAX_KEY_TABLE-1]); in iwctl_siwencode()
1406 for(uu=0;uu<MAX_KEY_TABLE;uu++) in iwctl_siwencode()
/linux-2.6.39/drivers/staging/vt6656/
Dkey.c69 BYTE pbyData[MAX_KEY_TABLE]; in s_vCheckKeyTableValid()
71 for (i=0;i<MAX_KEY_TABLE;i++) { in s_vCheckKeyTableValid()
120 BYTE pbyData[MAX_KEY_TABLE+1]; in KeyvInitTable()
123 for (i=0;i<MAX_KEY_TABLE;i++) { in KeyvInitTable()
175 for (i=0;i<MAX_KEY_TABLE;i++) { in KeybGetKey()
240 j = (MAX_KEY_TABLE-1); in KeybSetKey()
241 for (i=0;i<(MAX_KEY_TABLE-1);i++) { in KeybSetKey()
243 (j == (MAX_KEY_TABLE-1))) { in KeybSetKey()
312 if (j < (MAX_KEY_TABLE-1)) { in KeybSetKey()
408 for (i=0;i<MAX_KEY_TABLE;i++) { in KeybRemoveKey()
[all …]
Dkey.h39 #define MAX_KEY_TABLE 11 macro
87 SKeyTable KeyTable[MAX_KEY_TABLE];
Dioctl.c233 for (uu = 0; uu < MAX_KEY_TABLE; uu++) in private_ioctl()
Dwpactl.c226 for (uu=0; uu<MAX_KEY_TABLE; uu++) { in wpa_set_keys()
Diwctl.c1320 for (uu = 0; uu < MAX_KEY_TABLE; uu++) in iwctl_siwencode()
Dmain_usb.c1204 for (uu = 0; uu < MAX_KEY_TABLE; uu++) in device_close()
/linux-2.6.39/drivers/staging/winbond/
Dwbhal.h93 #define MAX_KEY_TABLE 24 /* 24 entry for storing key data */ macro
429 u8 Key_slot[MAX_KEY_TABLE][8]; /* Ownership record for key slot. For Alignment */
430 …u32 Key_content[MAX_KEY_TABLE][12]; /* 10DW for each entry + 2 for burst command (Off and On valid…