Name

struct cfg80211_deauth_request — Deauthentication request data

Synopsis

struct cfg80211_deauth_request {
  const u8 * bssid;
  const u8 * ie;
  size_t ie_len;
  u16 reason_code;
};  

Members

bssid

the 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

Description

This structure provides information needed to complete IEEE 802.11 deauthentication.