Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Data Fields
cfg80211_auth_request Struct Reference

#include <cfg80211.h>

Data Fields

struct cfg80211_bssbss
 
const u8ie
 
size_t ie_len
 
enum nl80211_auth_type auth_type
 
const u8key
 
u8 key_len
 
u8 key_idx
 

Detailed Description

struct cfg80211_auth_request - Authentication request data

This structure provides information needed to complete IEEE 802.11 authentication.

: The BSS to authenticate with. : Authentication type (algorithm) : Extra IEs to add to Authentication frame or NULL : Length of ie buffer in octets : length of WEP key for shared key authentication : index of WEP key for shared key authentication : WEP key for shared key authentication

Definition at line 1156 of file cfg80211.h.

Field Documentation

enum nl80211_auth_type auth_type

Definition at line 1160 of file cfg80211.h.

Definition at line 1157 of file cfg80211.h.

const u8* ie

Definition at line 1158 of file cfg80211.h.

Definition at line 1159 of file cfg80211.h.

const u8* key

Definition at line 1161 of file cfg80211.h.

u8 key_idx

Definition at line 1162 of file cfg80211.h.

u8 key_len

Definition at line 1162 of file cfg80211.h.


The documentation for this struct was generated from the following file: