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

Go to the source code of this file.

Functions

void Dot11d_Init (struct ieee80211_device *ieee)
 
void Dot11d_Reset (struct ieee80211_device *ieee)
 
void Dot11d_UpdateCountryIe (struct ieee80211_device *dev, u8 *pTaddr, u16 CoutryIeLen, u8 *pCoutryIe)
 
u8 DOT11D_GetMaxTxPwrInDbm (struct ieee80211_device *dev, u8 Channel)
 
void DOT11D_ScanComplete (struct ieee80211_device *dev)
 
int IsLegalChannel (struct ieee80211_device *dev, u8 channel)
 
int ToLegalChannel (struct ieee80211_device *dev, u8 channel)
 

Function Documentation

u8 DOT11D_GetMaxTxPwrInDbm ( struct ieee80211_device dev,
u8  Channel 
)

Definition at line 133 of file dot11d.c.

void Dot11d_Init ( struct ieee80211_device ieee)

Definition at line 13 of file dot11d.c.

void Dot11d_Reset ( struct ieee80211_device ieee)

Definition at line 33 of file dot11d.c.

void DOT11D_ScanComplete ( struct ieee80211_device dev)

Definition at line 156 of file dot11d.c.

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

Definition at line 69 of file dot11d.c.

int IsLegalChannel ( struct ieee80211_device dev,
u8  channel 
)

Definition at line 179 of file dot11d.c.

int ToLegalChannel ( struct ieee80211_device dev,
u8  channel 
)

Definition at line 196 of file dot11d.c.