Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Functions
key.c File Reference
#include "tmacro.h"
#include "key.h"
#include "mac.h"
#include "rndis.h"
#include "control.h"

Go to the source code of this file.

Functions

void KeyvInitTable (void *pDeviceHandler, PSKeyManagement pTable)
 
BOOL KeybGetKey (PSKeyManagement pTable, PBYTE pbyBSSID, DWORD dwKeyIndex, PSKeyItem *pKey)
 
BOOL KeybSetKey (void *pDeviceHandler, PSKeyManagement pTable, PBYTE pbyBSSID, DWORD dwKeyIndex, unsigned long uKeyLength, PQWORD pKeyRSC, PBYTE pbyKey, BYTE byKeyDecMode)
 
BOOL KeybRemoveKey (void *pDeviceHandler, PSKeyManagement pTable, PBYTE pbyBSSID, DWORD dwKeyIndex)
 
BOOL KeybRemoveAllKey (void *pDeviceHandler, PSKeyManagement pTable, PBYTE pbyBSSID)
 
void KeyvRemoveWEPKey (void *pDeviceHandler, PSKeyManagement pTable, DWORD dwKeyIndex)
 
void KeyvRemoveAllWEPKey (void *pDeviceHandler, PSKeyManagement pTable)
 
BOOL KeybGetTransmitKey (PSKeyManagement pTable, PBYTE pbyBSSID, DWORD dwKeyType, PSKeyItem *pKey)
 
BOOL KeybCheckPairewiseKey (PSKeyManagement pTable, PSKeyItem *pKey)
 
BOOL KeybSetDefaultKey (void *pDeviceHandler, PSKeyManagement pTable, DWORD dwKeyIndex, unsigned long uKeyLength, PQWORD pKeyRSC, PBYTE pbyKey, BYTE byKeyDecMode)
 
BOOL KeybSetAllGroupKey (void *pDeviceHandler, PSKeyManagement pTable, DWORD dwKeyIndex, unsigned long uKeyLength, PQWORD pKeyRSC, PBYTE pbyKey, BYTE byKeyDecMode)
 

Function Documentation

BOOL KeybCheckPairewiseKey ( PSKeyManagement  pTable,
PSKeyItem pKey 
)

Definition at line 632 of file key.c.

BOOL KeybGetKey ( PSKeyManagement  pTable,
PBYTE  pbyBSSID,
DWORD  dwKeyIndex,
PSKeyItem pKey 
)

Definition at line 167 of file key.c.

BOOL KeybGetTransmitKey ( PSKeyManagement  pTable,
PBYTE  pbyBSSID,
DWORD  dwKeyType,
PSKeyItem pKey 
)

Definition at line 556 of file key.c.

BOOL KeybRemoveAllKey ( void pDeviceHandler,
PSKeyManagement  pTable,
PBYTE  pbyBSSID 
)

Definition at line 475 of file key.c.

BOOL KeybRemoveKey ( void pDeviceHandler,
PSKeyManagement  pTable,
PBYTE  pbyBSSID,
DWORD  dwKeyIndex 
)

Definition at line 394 of file key.c.

BOOL KeybSetAllGroupKey ( void pDeviceHandler,
PSKeyManagement  pTable,
DWORD  dwKeyIndex,
unsigned long  uKeyLength,
PQWORD  pKeyRSC,
PBYTE  pbyKey,
BYTE  byKeyDecMode 
)

Definition at line 774 of file key.c.

BOOL KeybSetDefaultKey ( void pDeviceHandler,
PSKeyManagement  pTable,
DWORD  dwKeyIndex,
unsigned long  uKeyLength,
PQWORD  pKeyRSC,
PBYTE  pbyKey,
BYTE  byKeyDecMode 
)

Definition at line 663 of file key.c.

BOOL KeybSetKey ( void pDeviceHandler,
PSKeyManagement  pTable,
PBYTE  pbyBSSID,
DWORD  dwKeyIndex,
unsigned long  uKeyLength,
PQWORD  pKeyRSC,
PBYTE  pbyKey,
BYTE  byKeyDecMode 
)

Definition at line 221 of file key.c.

void KeyvInitTable ( void pDeviceHandler,
PSKeyManagement  pTable 
)

Definition at line 115 of file key.c.

void KeyvRemoveAllWEPKey ( void pDeviceHandler,
PSKeyManagement  pTable 
)

Definition at line 534 of file key.c.

void KeyvRemoveWEPKey ( void pDeviceHandler,
PSKeyManagement  pTable,
DWORD  dwKeyIndex 
)

Definition at line 511 of file key.c.