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

#include <cfg80211.h>

Data Fields

int use_cts_prot
 
int use_short_preamble
 
int use_short_slot_time
 
u8basic_rates
 
u8 basic_rates_len
 
int ap_isolate
 
int ht_opmode
 

Detailed Description

struct bss_parameters - BSS parameters

Used to change BSS parameters (mainly for AP mode).

: Whether to use CTS protection (0 = no, 1 = yes, -1 = do not change) : Whether the use of short preambles is allowed (0 = no, 1 = yes, -1 = do not change) : Whether the use of short slot time is allowed (0 = no, 1 = yes, -1 = do not change) : basic rates in IEEE 802.11 format (or NULL for no change) : number of basic rates : do not forward packets between connected stations : HT Operation mode (u16 = opmode, -1 = do not change)

Definition at line 807 of file cfg80211.h.

Field Documentation

int ap_isolate

Definition at line 813 of file cfg80211.h.

u8* basic_rates

Definition at line 811 of file cfg80211.h.

u8 basic_rates_len

Definition at line 812 of file cfg80211.h.

int ht_opmode

Definition at line 814 of file cfg80211.h.

int use_cts_prot

Definition at line 808 of file cfg80211.h.

int use_short_preamble

Definition at line 809 of file cfg80211.h.

int use_short_slot_time

Definition at line 810 of file cfg80211.h.


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