#include "tmacro.h"
#include "desc.h"
#include "device.h"
#include "card.h"
#include "channel.h"
#include "80211hdr.h"
#include "80211mgr.h"
#include "wmgr.h"
#include "wcmd.h"
#include "mac.h"
#include "bssdb.h"
#include "power.h"
#include "datarate.h"
#include "baseband.h"
#include "rxtx.h"
#include "wpa.h"
#include "rf.h"
#include "iowpa.h"
Go to the source code of this file.
|
void | vMgrObjectInit (void *hDeviceContext) |
|
void | vMgrTimerInit (void *hDeviceContext) |
|
void | vMgrObjectReset (void *hDeviceContext) |
|
void | vMgrAssocBeginSta (void *hDeviceContext, PSMgmtObject pMgmt, PCMD_STATUS pStatus) |
|
void | vMgrReAssocBeginSta (void *hDeviceContext, PSMgmtObject pMgmt, PCMD_STATUS pStatus) |
|
void | vMgrDisassocBeginSta (void *hDeviceContext, PSMgmtObject pMgmt, unsigned char *abyDestAddress, unsigned short wReason, PCMD_STATUS pStatus) |
|
void | vMgrAuthenBeginSta (void *hDeviceContext, PSMgmtObject pMgmt, PCMD_STATUS pStatus) |
|
void | vMgrDeAuthenBeginSta (void *hDeviceContext, PSMgmtObject pMgmt, unsigned char *abyDestAddress, unsigned short wReason, PCMD_STATUS pStatus) |
|
void | vMgrCreateOwnIBSS (void *hDeviceContext, PCMD_STATUS pStatus) |
|
void | vMgrJoinBSSBegin (void *hDeviceContext, PCMD_STATUS pStatus) |
|
void | vMgrRxManagePacket (void *hDeviceContext, PSMgmtObject pMgmt, PSRxMgmtPacket pRxPacket) |
|
bool | bMgrPrepareBeaconToSend (void *hDeviceContext, PSMgmtObject pMgmt) |
|
bool | bAdd_PMKID_Candidate (void *hDeviceContext, unsigned char *pbyBSSID, PSRSNCapObject psRSNCapObj) |
|
void | vFlush_PMKID_Candidate (void *hDeviceContext) |
|
void vFlush_PMKID_Candidate |
( |
void * |
hDeviceContext | ) |
|
void vMgrObjectInit |
( |
void * |
hDeviceContext | ) |
|
void vMgrObjectReset |
( |
void * |
hDeviceContext | ) |
|
void vMgrTimerInit |
( |
void * |
hDeviceContext | ) |
|