other versions
- wheezy-backports 3.16.39-1+deb8u1~bpo70+1
- jessie 3.16.43-2
| STRUCT CFG80211_DEAU(9) | Actions and configuration | STRUCT CFG80211_DEAU(9) |
NAME¶
struct_cfg80211_deauth_request - Deauthentication request dataSYNOPSIS¶
struct cfg80211_deauth_request {
const u8 * bssid;
const u8 * ie;
size_t ie_len;
u16 reason_code;
bool local_state_change;
};
MEMBERS¶
bssidthe BSSID of the BSS to deauthenticate
from
ie
Extra IEs to add to Deauthentication frame or
NULL
ie_len
Length of ie buffer in octets
reason_code
The reason code for the deauthentication
local_state_change
if set, change local state only and do not set
a deauth frame
DESCRIPTION¶
This structure provides information needed to complete IEEE 802.11 deauthentication.AUTHOR¶
Johannes Berg <johannes@sipsolutions.net>Author.
COPYRIGHT¶
| February 2017 | Kernel Hackers Manual 3.16 |