'\" t .\" Title: struct cfg80211_deauth_request .\" Author: .\" Generator: DocBook XSL Stylesheets v1.79.1 .\" Date: January 2017 .\" Manual: Actions and configuration .\" Source: Kernel Hackers Manual 4.8.15 .\" Language: English .\" .TH "STRUCT CFG80211_DEAU" "9" "January 2017" "Kernel Hackers Manual 4\&.8\&." "Actions and configuration" .\" ----------------------------------------------------------------- .\" * Define some portability stuff .\" ----------------------------------------------------------------- .\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ .\" http://bugs.debian.org/507673 .\" http://lists.gnu.org/archive/html/groff/2009-02/msg00013.html .\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ .ie \n(.g .ds Aq \(aq .el .ds Aq ' .\" ----------------------------------------------------------------- .\" * set default formatting .\" ----------------------------------------------------------------- .\" disable hyphenation .nh .\" disable justification (adjust text to left margin only) .ad l .\" ----------------------------------------------------------------- .\" * MAIN CONTENT STARTS HERE * .\" ----------------------------------------------------------------- .SH "NAME" struct_cfg80211_deauth_request \- Deauthentication request data .SH "SYNOPSIS" .sp .nf struct cfg80211_deauth_request { const u8 * bssid; const u8 * ie; size_t ie_len; u16 reason_code; bool local_state_change; }; .fi .SH "MEMBERS" .PP bssid .RS 4 the BSSID of the BSS to deauthenticate from .RE .PP ie .RS 4 Extra IEs to add to Deauthentication frame or \fBNULL\fR .RE .PP ie_len .RS 4 Length of ie buffer in octets .RE .PP reason_code .RS 4 The reason code for the deauthentication .RE .PP local_state_change .RS 4 if set, change local state only and do not set a deauth frame .RE .SH "DESCRIPTION" .PP .PP This structure provides information needed to complete IEEE 802\&.11 deauthentication\&. .SH "AUTHOR" .PP \fBJohannes Berg\fR <\&johannes@sipsolutions.net\&> .RS 4 Author. .RE .SH "COPYRIGHT" .br