Linux Kernel
3.7.1
|
#include <ieee80211_i.h>
Data Fields | |
struct beacon_data __rcu * | beacon |
struct probe_resp __rcu * | probe_resp |
struct list_head | vlans |
u8 | tim [sizeof(unsigned long)*BITS_TO_LONGS(IEEE80211_MAX_AID+1)] |
struct sk_buff_head | ps_bc_buf |
atomic_t | num_sta_ps |
atomic_t | num_mcast_sta |
int | dtim_count |
bool | dtim_bc_mc |
Definition at line 283 of file ieee80211_i.h.
Definition at line 284 of file ieee80211_i.h.
bool dtim_bc_mc |
Definition at line 297 of file ieee80211_i.h.
int dtim_count |
Definition at line 296 of file ieee80211_i.h.
atomic_t num_mcast_sta |
Definition at line 295 of file ieee80211_i.h.
atomic_t num_sta_ps |
Definition at line 294 of file ieee80211_i.h.
Definition at line 285 of file ieee80211_i.h.
struct sk_buff_head ps_bc_buf |
Definition at line 293 of file ieee80211_i.h.
u8 tim[sizeof(unsigned long)*BITS_TO_LONGS(IEEE80211_MAX_AID+1)] |
Definition at line 292 of file ieee80211_i.h.
Definition at line 287 of file ieee80211_i.h.