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 (BYTE byCmd, BYTE byEncrypt, PKnownBSS pBSSList)
 
BOOL WPAb_Is_RSN (PWLAN_IE_RSN_EXT pRSN)
 

Variables

const BYTE abyOUI00 [4] = { 0x00, 0x50, 0xf2, 0x00 }
 
const BYTE abyOUI01 [4] = { 0x00, 0x50, 0xf2, 0x01 }
 
const BYTE abyOUI02 [4] = { 0x00, 0x50, 0xf2, 0x02 }
 
const BYTE abyOUI03 [4] = { 0x00, 0x50, 0xf2, 0x03 }
 
const BYTE abyOUI04 [4] = { 0x00, 0x50, 0xf2, 0x04 }
 
const BYTE 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 ( BYTE  byCmd,
BYTE  byEncrypt,
PKnownBSS  pBSSList 
)

Definition at line 243 of file wpa.c.

BOOL WPAb_Is_RSN ( PWLAN_IE_RSN_EXT  pRSN)

Definition at line 303 of file wpa.c.

Variable Documentation

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

Definition at line 48 of file wpa.c.

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

Definition at line 49 of file wpa.c.

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

Definition at line 50 of file wpa.c.

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

Definition at line 51 of file wpa.c.

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

Definition at line 52 of file wpa.c.

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

Definition at line 53 of file wpa.c.