|
Linux Kernel
3.7.1
|
#include <cfg80211.h>
Data Fields | |
| struct cfg80211_bss * | bss |
| const u8 * | ie |
| size_t | ie_len |
| u16 | reason_code |
| bool | local_state_change |
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.
| struct cfg80211_bss* bss |
Definition at line 1238 of file cfg80211.h.
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.
1.8.2