struct bss_parameters — BSS parameters
struct bss_parameters {
int use_cts_prot;
int use_short_preamble;
int use_short_slot_time;
u8 * basic_rates;
u8 basic_rates_len;
int ap_isolate;
int ht_opmode;
}; 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)