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

Go to the source code of this file.

Macros

#define WPA_NONE   0
 
#define WPA_WEP40   1
 
#define WPA_TKIP   2
 
#define WPA_AESWRAP   3
 
#define WPA_AESCCMP   4
 
#define WPA_WEP104   5
 
#define WPA_AUTH_IEEE802_1X   1
 
#define WPA_AUTH_PSK   2
 
#define WPA_GROUPFLAG   0x02
 
#define WPA_REPLAYBITSSHIFT   2
 
#define WPA_REPLAYBITS   0x03
 

Functions

void WPA_ClearRSN (PKnownBSS pBSSList)
 
void WPA_ParseRSN (PKnownBSS pBSSList, PWLAN_IE_RSN_EXT pRSN)
 
bool WPA_SearchRSN (unsigned char byCmd, unsigned char byEncrypt, PKnownBSS pBSSList)
 
bool WPAb_Is_RSN (PWLAN_IE_RSN_EXT pRSN)
 

Macro Definition Documentation

#define WPA_AESCCMP   4

Definition at line 43 of file wpa.h.

#define WPA_AESWRAP   3

Definition at line 42 of file wpa.h.

#define WPA_AUTH_IEEE802_1X   1

Definition at line 45 of file wpa.h.

#define WPA_AUTH_PSK   2

Definition at line 46 of file wpa.h.

#define WPA_GROUPFLAG   0x02

Definition at line 48 of file wpa.h.

#define WPA_NONE   0

Definition at line 39 of file wpa.h.

#define WPA_REPLAYBITS   0x03

Definition at line 50 of file wpa.h.

#define WPA_REPLAYBITSSHIFT   2

Definition at line 49 of file wpa.h.

#define WPA_TKIP   2

Definition at line 41 of file wpa.h.

#define WPA_WEP104   5

Definition at line 44 of file wpa.h.

#define WPA_WEP40   1

Definition at line 40 of file wpa.h.

Function Documentation

void WPA_ClearRSN ( PKnownBSS  pBSSList)

Definition at line 72 of file wpa.c.

void WPA_ParseRSN ( PKnownBSS  pBSSList,
PWLAN_IE_RSN_EXT  pRSN 
)

Definition at line 108 of file wpa.c.

bool WPA_SearchRSN ( unsigned char  byCmd,
unsigned char  byEncrypt,
PKnownBSS  pBSSList 
)

Definition at line 241 of file wpa.c.

bool WPAb_Is_RSN ( PWLAN_IE_RSN_EXT  pRSN)

Definition at line 301 of file wpa.c.