Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Public Types | Public Member Functions | Data Fields
ieee80211_if_ibss Struct Reference

#include <ieee80211_i.h>

Public Types

enum  { IEEE80211_IBSS_MLME_SEARCH, IEEE80211_IBSS_MLME_JOINED }
 

Public Member Functions

u8 bssid[ETH_ALEN__aligned (2)
 

Data Fields

struct timer_list timer
 
struct mutex mtx
 
unsigned long last_scan_completed
 
u32 basic_rates
 
bool timer_running
 
bool fixed_bssid
 
bool fixed_channel
 
bool privacy
 
bool control_port
 
unsigned int auth_frame_registrations
 
u8 ssid [IEEE80211_MAX_SSID_LEN]
 
u8 ssid_len
 
u8 ie_len
 
u8ie
 
struct ieee80211_channelchannel
 
enum nl80211_channel_type channel_type
 
unsigned long ibss_join_req
 
struct sk_buff __rcupresp
 
struct sk_buffskb
 
spinlock_t incomplete_lock
 
struct list_head incomplete_stations
 
enum ieee80211_if_ibss:: { ... }  state
 

Detailed Description

Definition at line 507 of file ieee80211_i.h.

Member Enumeration Documentation

anonymous enum
Enumerator:
IEEE80211_IBSS_MLME_SEARCH 
IEEE80211_IBSS_MLME_JOINED 

Definition at line 540 of file ieee80211_i.h.

Member Function Documentation

u8 bssid [ETH_ALEN] __aligned ( )

Field Documentation

unsigned int auth_frame_registrations

Definition at line 523 of file ieee80211_i.h.

u32 basic_rates

Definition at line 514 of file ieee80211_i.h.

Definition at line 529 of file ieee80211_i.h.

Definition at line 530 of file ieee80211_i.h.

bool control_port

Definition at line 522 of file ieee80211_i.h.

bool fixed_bssid

Definition at line 518 of file ieee80211_i.h.

bool fixed_channel

Definition at line 519 of file ieee80211_i.h.

unsigned long ibss_join_req

Definition at line 532 of file ieee80211_i.h.

u8* ie

Definition at line 528 of file ieee80211_i.h.

Definition at line 527 of file ieee80211_i.h.

spinlock_t incomplete_lock

Definition at line 537 of file ieee80211_i.h.

struct list_head incomplete_stations

Definition at line 538 of file ieee80211_i.h.

unsigned long last_scan_completed

Definition at line 512 of file ieee80211_i.h.

Definition at line 510 of file ieee80211_i.h.

Definition at line 534 of file ieee80211_i.h.

bool privacy

Definition at line 520 of file ieee80211_i.h.

Definition at line 535 of file ieee80211_i.h.

Definition at line 526 of file ieee80211_i.h.

u8 ssid_len

Definition at line 527 of file ieee80211_i.h.

enum { ... } state

Definition at line 508 of file ieee80211_i.h.

bool timer_running

Definition at line 516 of file ieee80211_i.h.


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