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

#include <core.h>

Data Fields

struct list_head list
 
enum cfg80211_event_type type
 
union {
   struct {
      u8   bssid [ETH_ALEN]
 
      const u8 *   req_ie
 
      const u8 *   resp_ie
 
      size_t   req_ie_len
 
      size_t   resp_ie_len
 
      u16   status
 
   }   cr
 
   struct {
      const u8 *   req_ie
 
      const u8 *   resp_ie
 
      size_t   req_ie_len
 
      size_t   resp_ie_len
 
      struct cfg80211_bss *   bss
 
   }   rm
 
   struct {
      const u8 *   ie
 
      size_t   ie_len
 
      u16   reason
 
   }   dc
 
   struct {
      u8   bssid [ETH_ALEN]
 
   }   ij
 
}; 
 

Detailed Description

Definition at line 220 of file core.h.

Field Documentation

union { ... }

Definition at line 238 of file core.h.

u8 bssid[ETH_ALEN]

Definition at line 226 of file core.h.

struct { ... } cr
struct { ... } dc
const u8* ie

Definition at line 241 of file core.h.

Definition at line 242 of file core.h.

struct { ... } ij

Definition at line 221 of file core.h.

u16 reason

Definition at line 243 of file core.h.

const u8* req_ie

Definition at line 227 of file core.h.

size_t req_ie_len

Definition at line 229 of file core.h.

const u8* resp_ie

Definition at line 228 of file core.h.

size_t resp_ie_len

Definition at line 230 of file core.h.

struct { ... } rm

Definition at line 231 of file core.h.

Definition at line 222 of file core.h.


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