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

NAME

6       struct_cfg80211_deauth_request - Deauthentication request data
7

SYNOPSIS

9       struct cfg80211_deauth_request {
10         const u8 * bssid;
11         const u8 * ie;
12         size_t ie_len;
13         u16 reason_code;
14         bool local_state_change;
15       };
16

MEMBERS

18       bssid
19           the BSSID of the BSS to deauthenticate from
20
21       ie
22           Extra IEs to add to Deauthentication frame or NULL
23
24       ie_len
25           Length of ie buffer in octets
26
27       reason_code
28           The reason code for the deauthentication
29
30       local_state_change
31           if set, change local state only and do not set a deauth frame
32

DESCRIPTION

34       This structure provides information needed to complete IEEE 802.11
35       deauthentication.
36

AUTHOR

38       Johannes Berg <johannes@sipsolutions.net>
39           Author.
40
42Kernel Hackers Manual 3.10         June 2019           STRUCT CFG80211_DEAU(9)
Impressum