STRUCT CFG80211_DEAU

Section: Actions and configuration (9)
Updated: February 2011
Index Return to Main Contents
 

NAME

struct_cfg80211_deauth_request - Deauthentication request data  

SYNOPSIS

struct cfg80211_deauth_request {
  struct cfg80211_bss * bss;
  const u8 * ie;
  size_t ie_len;
  u16 reason_code;
  bool local_state_change;
};  
 

MEMBERS

bss

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

This is a request for a local state only, i.e., no Deauthentication frame is to be transmitted.
 

DESCRIPTION

This structure provides information needed to complete IEEE 802.11 deauthentication.  

AUTHOR

Johannes Berg <johannes@sipsolutions.net>

Author.
 

COPYRIGHT