struct cfg80211_deauth_request — Deauthentication request data
struct cfg80211_deauth_request { struct cfg80211_bss * bss; const u8 * ie; size_t ie_len; u16 reason_code; bool local_state_change; };
the BSS to deauthenticate from
Extra IEs to add to Deauthentication frame or NULL
Length of ie buffer in octets
The reason code for the deauthentication
This is a request for a local state only, i.e., no Deauthentication frame is to be transmitted.