Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Data Fields
cfg80211_disassoc_request Struct Reference

#include <cfg80211.h>

Data Fields

struct cfg80211_bssbss
 
const u8ie
 
size_t ie_len
 
u16 reason_code
 
bool local_state_change
 

Detailed Description

struct cfg80211_disassoc_request - Disassociation request data

This structure provides information needed to complete IEEE 802.11 disassocation.

: the BSS to disassociate from : Extra IEs to add to Disassociation frame or NULL : Length of ie buffer in octets : The reason code for the disassociation : This is a request for a local state only, i.e., no Disassociation frame is to be transmitted.

Definition at line 1237 of file cfg80211.h.

Field Documentation

Definition at line 1238 of file cfg80211.h.

const u8* ie

Definition at line 1239 of file cfg80211.h.

Definition at line 1240 of file cfg80211.h.

bool local_state_change

Definition at line 1242 of file cfg80211.h.

u16 reason_code

Definition at line 1241 of file cfg80211.h.


The documentation for this struct was generated from the following file: