Linux Kernel
3.7.1
|
#include <cfg80211.h>
Data Fields | |
struct cfg80211_bss * | bss |
const u8 * | ie |
size_t | ie_len |
enum nl80211_auth_type | auth_type |
const u8 * | key |
u8 | key_len |
u8 | key_idx |
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.
enum nl80211_auth_type auth_type |
Definition at line 1160 of file cfg80211.h.
struct cfg80211_bss* bss |
Definition at line 1157 of file cfg80211.h.
Definition at line 1158 of file cfg80211.h.
Definition at line 1159 of file cfg80211.h.
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.