|
@@ -58,7 +58,7 @@
|
|
|
typedef struct tagSKeyItem
|
|
|
{
|
|
|
BOOL bKeyValid;
|
|
|
- unsigned long uKeyLength;
|
|
|
+ u32 uKeyLength;
|
|
|
BYTE abyKey[MAX_KEY_LEN];
|
|
|
QWORD KeyRSC;
|
|
|
DWORD dwTSC47_16;
|
|
@@ -107,7 +107,7 @@ BOOL KeybSetKey(
|
|
|
PSKeyManagement pTable,
|
|
|
PBYTE pbyBSSID,
|
|
|
DWORD dwKeyIndex,
|
|
|
- unsigned long uKeyLength,
|
|
|
+ u32 uKeyLength,
|
|
|
PQWORD pKeyRSC,
|
|
|
PBYTE pbyKey,
|
|
|
BYTE byKeyDecMode
|
|
@@ -146,7 +146,7 @@ BOOL KeybSetDefaultKey(
|
|
|
void *pDeviceHandler,
|
|
|
PSKeyManagement pTable,
|
|
|
DWORD dwKeyIndex,
|
|
|
- unsigned long uKeyLength,
|
|
|
+ u32 uKeyLength,
|
|
|
PQWORD pKeyRSC,
|
|
|
PBYTE pbyKey,
|
|
|
BYTE byKeyDecMode
|
|
@@ -156,7 +156,7 @@ BOOL KeybSetAllGroupKey(
|
|
|
void *pDeviceHandler,
|
|
|
PSKeyManagement pTable,
|
|
|
DWORD dwKeyIndex,
|
|
|
- unsigned long uKeyLength,
|
|
|
+ u32 uKeyLength,
|
|
|
PQWORD pKeyRSC,
|
|
|
PBYTE pbyKey,
|
|
|
BYTE byKeyDecMode
|