1CFG80211_DISCONNECTE(9)    Actions and configuration   CFG80211_DISCONNECTE(9)
2
3
4

NAME

6       cfg80211_disconnected - notify cfg80211 that connection was dropped
7

SYNOPSIS

9       void cfg80211_disconnected(struct net_device * dev, u16 reason,
10                                  const u8 * ie, size_t ie_len,
11                                  bool locally_generated, gfp_t gfp);
12

ARGUMENTS

14       dev
15           network device
16
17       reason
18           reason code for the disconnection, set it to 0 if unknown
19
20       ie
21           information elements of the deauth/disassoc frame (may be NULL)
22
23       ie_len
24           length of IEs
25
26       locally_generated
27           disconnection was requested locally
28
29       gfp
30           allocation flags
31

DESCRIPTION

33       After it calls this function, the driver should enter an idle state and
34       not try to connect to any AP any more.
35

AUTHOR

37       Johannes Berg <johannes@sipsolutions.net>
38           Author.
39
41Kernel Hackers Manual 3.10         June 2019           CFG80211_DISCONNECTE(9)
Impressum