Searched refs:MAX_KEY_TABLE (Results 1 – 12 of 12) sorted by relevance
66 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 …]
39 #define MAX_KEY_TABLE 11 macro91 SKeyTable KeyTable[MAX_KEY_TABLE];
674 MACvSetDefaultKeyCtl(pDevice->PortOffset, wKeyCtl, MAX_KEY_TABLE-1, pDevice->byLocalID); in hostap_set_encryption()
226 for (uu=0; uu<MAX_KEY_TABLE; uu++) { in wpa_set_keys()
1386 pkeytab=&(pDevice->sKey.KeyTable[MAX_KEY_TABLE-1]); in iwctl_siwencode()1406 for(uu=0;uu<MAX_KEY_TABLE;uu++) in iwctl_siwencode()
69 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 …]
39 #define MAX_KEY_TABLE 11 macro87 SKeyTable KeyTable[MAX_KEY_TABLE];
233 for (uu = 0; uu < MAX_KEY_TABLE; uu++) in private_ioctl()
1320 for (uu = 0; uu < MAX_KEY_TABLE; uu++) in iwctl_siwencode()
1204 for (uu = 0; uu < MAX_KEY_TABLE; uu++) in device_close()
93 #define MAX_KEY_TABLE 24 /* 24 entry for storing key data */ macro429 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…