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

#include <cfg80211.h>

Data Fields

struct ieee80211_channelchannel
 
enum nl80211_channel_type channel_type
 
const u8mesh_id
 
u8 mesh_id_len
 
u8 sync_method
 
u8 path_sel_proto
 
u8 path_metric
 
const u8ie
 
u8 ie_len
 
bool is_authenticated
 
bool is_secure
 
int mcast_rate [IEEE80211_NUM_BANDS]
 

Detailed Description

struct mesh_setup - 802.11s mesh setup configuration : the channel to start the mesh network on : the channel type to use : the mesh ID : length of the mesh ID, at least 1 and at most 32 bytes : which synchronization method to use : which path selection protocol to use : which metric to use : vendor information elements (optional) : length of vendor information elements : this mesh requires authentication : this mesh uses security : multicat rate for Mesh Node [6Mbps is the default for 802.11a]

These parameters are fixed when the mesh is created.

Definition at line 925 of file cfg80211.h.

Field Documentation

Definition at line 926 of file cfg80211.h.

Definition at line 927 of file cfg80211.h.

const u8* ie

Definition at line 933 of file cfg80211.h.

Definition at line 934 of file cfg80211.h.

bool is_authenticated

Definition at line 935 of file cfg80211.h.

bool is_secure

Definition at line 936 of file cfg80211.h.

int mcast_rate[IEEE80211_NUM_BANDS]

Definition at line 937 of file cfg80211.h.

const u8* mesh_id

Definition at line 928 of file cfg80211.h.

u8 mesh_id_len

Definition at line 929 of file cfg80211.h.

u8 path_metric

Definition at line 932 of file cfg80211.h.

u8 path_sel_proto

Definition at line 931 of file cfg80211.h.

Definition at line 930 of file cfg80211.h.


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