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

NAME

6       struct_cfg80211_disassoc_request - Disassociation request data
7

SYNOPSIS

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

MEMBERS

18       bss
19           the BSS to disassociate from
20
21       ie
22           Extra IEs to add to Disassociation frame or NULL
23
24       ie_len
25           Length of ie buffer in octets
26
27       reason_code
28           The reason code for the disassociation
29
30       local_state_change
31           This is a request for a local state only, i.e., no Disassociation
32           frame is to be transmitted.
33

DESCRIPTION

35       This structure provides information needed to complete IEEE 802.11
36       disassociation.
37

AUTHOR

39       Johannes Berg <johannes@sipsolutions.net>
40           Author.
41
43Kernel Hackers Manual 3.10         June 2019           STRUCT CFG80211_DISA(9)
Impressum