1STRUCT CFG80211_AUTH(9)    Actions and configuration   STRUCT CFG80211_AUTH(9)
2
3
4

NAME

6       struct_cfg80211_auth_request - Authentication request data
7

SYNOPSIS

9       struct cfg80211_auth_request {
10         struct cfg80211_bss * bss;
11         const u8 * ie;
12         size_t ie_len;
13         enum nl80211_auth_type auth_type;
14         const u8 * key;
15         u8 key_len;
16         u8 key_idx;
17         const u8 * auth_data;
18         size_t auth_data_len;
19       };
20

MEMBERS

22       bss
23           The BSS to authenticate with, the callee must obtain a reference to
24           it if it needs to keep it.
25
26       ie
27           Extra IEs to add to Authentication frame or NULL
28
29       ie_len
30           Length of ie buffer in octets
31
32       auth_type
33           Authentication type (algorithm)
34
35       key
36           WEP key for shared key authentication
37
38       key_len
39           length of WEP key for shared key authentication
40
41       key_idx
42           index of WEP key for shared key authentication
43
44       auth_data
45           Fields and elements in Authentication frames. This contains the
46           authentication frame body (non-IE and IE data), excluding the
47           Authentication algorithm number, i.e., starting at the
48           Authentication transaction sequence number field.
49
50       auth_data_len
51           Length of auth_data buffer in octets
52

DESCRIPTION

54       This structure provides information needed to complete IEEE 802.11
55       authentication.
56

AUTHOR

58       Johannes Berg <johannes@sipsolutions.net>
59           Author.
60
62Kernel Hackers Manual 3.10         June 2019           STRUCT CFG80211_AUTH(9)
Impressum