Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Functions
power.c File Reference
#include "ttype.h"
#include "mac.h"
#include "device.h"
#include "wmgr.h"
#include "power.h"
#include "wcmd.h"
#include "rxtx.h"
#include "card.h"
#include "control.h"
#include "rndis.h"

Go to the source code of this file.

Functions

void PSvEnablePowerSaving (void *hDeviceContext, WORD wListenInterval)
 
void PSvDisablePowerSaving (void *hDeviceContext)
 
BOOL PSbConsiderPowerDown (void *hDeviceContext, BOOL bCheckRxDMA, BOOL bCheckCountToWakeUp)
 
void PSvSendPSPOLL (void *hDeviceContext)
 
BOOL PSbSendNullPacket (void *hDeviceContext)
 
BOOL PSbIsNextTBTTWakeUp (void *hDeviceContext)
 

Function Documentation

BOOL PSbConsiderPowerDown ( void hDeviceContext,
BOOL  bCheckRxDMA,
BOOL  bCheckCountToWakeUp 
)

Definition at line 171 of file power.c.

BOOL PSbIsNextTBTTWakeUp ( void hDeviceContext)

Definition at line 321 of file power.c.

BOOL PSbSendNullPacket ( void hDeviceContext)

Definition at line 266 of file power.c.

void PSvDisablePowerSaving ( void hDeviceContext)

Definition at line 139 of file power.c.

void PSvEnablePowerSaving ( void hDeviceContext,
WORD  wListenInterval 
)

Definition at line 73 of file power.c.

void PSvSendPSPOLL ( void hDeviceContext)

Definition at line 228 of file power.c.