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"

Go to the source code of this file.

Functions

void PSvEnablePowerSaving (void *hDeviceContext, unsigned short 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 186 of file power.c.

bool PSbIsNextTBTTWakeUp ( void hDeviceContext)

Definition at line 386 of file power.c.

bool PSbSendNullPacket ( void hDeviceContext)

Definition at line 300 of file power.c.

void PSvDisablePowerSaving ( void hDeviceContext)

Definition at line 148 of file power.c.

void PSvEnablePowerSaving ( void hDeviceContext,
unsigned short  wListenInterval 
)

Definition at line 78 of file power.c.

void PSvSendPSPOLL ( void hDeviceContext)

Definition at line 254 of file power.c.