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

Go to the source code of this file.

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)
 

Variables

const unsigned char abyOUI00 [4] = { 0x00, 0x50, 0xf2, 0x00 }
 
const unsigned char abyOUI01 [4] = { 0x00, 0x50, 0xf2, 0x01 }
 
const unsigned char abyOUI02 [4] = { 0x00, 0x50, 0xf2, 0x02 }
 
const unsigned char abyOUI03 [4] = { 0x00, 0x50, 0xf2, 0x03 }
 
const unsigned char abyOUI04 [4] = { 0x00, 0x50, 0xf2, 0x04 }
 
const unsigned char abyOUI05 [4] = { 0x00, 0x50, 0xf2, 0x05 }
 

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.

Variable Documentation

const unsigned char abyOUI00[4] = { 0x00, 0x50, 0xf2, 0x00 }

Definition at line 48 of file wpa.c.

const unsigned char abyOUI01[4] = { 0x00, 0x50, 0xf2, 0x01 }

Definition at line 49 of file wpa.c.

const unsigned char abyOUI02[4] = { 0x00, 0x50, 0xf2, 0x02 }

Definition at line 50 of file wpa.c.

const unsigned char abyOUI03[4] = { 0x00, 0x50, 0xf2, 0x03 }

Definition at line 51 of file wpa.c.

const unsigned char abyOUI04[4] = { 0x00, 0x50, 0xf2, 0x04 }

Definition at line 52 of file wpa.c.

const unsigned char abyOUI05[4] = { 0x00, 0x50, 0xf2, 0x05 }

Definition at line 53 of file wpa.c.