Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Data Structures | Macros | Typedefs | Functions
wpa2.h File Reference
#include "ttype.h"
#include "80211mgr.h"
#include "80211hdr.h"
#include "bssdb.h"

Go to the source code of this file.

Data Structures

struct  tagsPMKIDInfo
 
struct  tagSPMKIDCache
 

Macros

#define MAX_PMKID_CACHE   16
 

Typedefs

typedef struct tagsPMKIDInfo PMKIDInfo
 
typedef struct tagsPMKIDInfoPPMKIDInfo
 
typedef struct tagSPMKIDCache SPMKIDCache
 
typedef struct tagSPMKIDCachePSPMKIDCache
 

Functions

void WPA2_ClearRSN (PKnownBSS pBSSNode)
 
void WPA2vParseRSN (PKnownBSS pBSSNode, PWLAN_IE_RSN pRSN)
 
unsigned int WPA2uSetIEs (void *pMgmtHandle, PWLAN_IE_RSN pRSNIEs)
 

Macro Definition Documentation

#define MAX_PMKID_CACHE   16

Definition at line 40 of file wpa2.h.

Typedef Documentation

Function Documentation

void WPA2_ClearRSN ( PKnownBSS  pBSSNode)

Definition at line 76 of file wpa2.c.

unsigned int WPA2uSetIEs ( void pMgmtHandle,
PWLAN_IE_RSN  pRSNIEs 
)

Definition at line 265 of file wpa2.c.

void WPA2vParseRSN ( PKnownBSS  pBSSNode,
PWLAN_IE_RSN  pRSN 
)

Definition at line 111 of file wpa2.c.