Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Data Structures | Functions
dot11d.c File Reference
#include "dot11d.h"

Go to the source code of this file.

Data Structures

struct  channel_list
 

Functions

void dot11d_init (struct rtllib_device *ieee)
 
 EXPORT_SYMBOL (dot11d_init)
 
void Dot11d_Channelmap (u8 channel_plan, struct rtllib_device *ieee)
 
 EXPORT_SYMBOL (Dot11d_Channelmap)
 
void Dot11d_Reset (struct rtllib_device *ieee)
 
void Dot11d_UpdateCountryIe (struct rtllib_device *dev, u8 *pTaddr, u16 CoutryIeLen, u8 *pCoutryIe)
 
u8 DOT11D_GetMaxTxPwrInDbm (struct rtllib_device *dev, u8 Channel)
 
void DOT11D_ScanComplete (struct rtllib_device *dev)
 
int ToLegalChannel (struct rtllib_device *dev, u8 channel)
 

Function Documentation

void Dot11d_Channelmap ( u8  channel_plan,
struct rtllib_device ieee 
)

Definition at line 63 of file dot11d.c.

u8 DOT11D_GetMaxTxPwrInDbm ( struct rtllib_device dev,
u8  Channel 
)

Definition at line 164 of file dot11d.c.

void dot11d_init ( struct rtllib_device ieee)

Definition at line 49 of file dot11d.c.

void Dot11d_Reset ( struct rtllib_device ieee)

Definition at line 106 of file dot11d.c.

void DOT11D_ScanComplete ( struct rtllib_device dev)

Definition at line 180 of file dot11d.c.

void Dot11d_UpdateCountryIe ( struct rtllib_device dev,
u8 pTaddr,
u16  CoutryIeLen,
u8 pCoutryIe 
)

Definition at line 122 of file dot11d.c.

EXPORT_SYMBOL ( dot11d_init  )
EXPORT_SYMBOL ( Dot11d_Channelmap  )
int ToLegalChannel ( struct rtllib_device dev,
u8  channel 
)

Definition at line 196 of file dot11d.c.