Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

struct_bss_parameters(9) [centos man page]

STRUCT 
BSS_PARAMETER(9) Actions and configuration STRUCT BSS_PARAMETER(9) NAME
struct_bss_parameters - BSS parameters SYNOPSIS
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; s8 p2p_ctwindow; s8 p2p_opp_ps; }; MEMBERS
use_cts_prot Whether to use CTS protection (0 = no, 1 = yes, -1 = do not change) use_short_preamble Whether the use of short preambles is allowed (0 = no, 1 = yes, -1 = do not change) use_short_slot_time Whether the use of short slot time is allowed (0 = no, 1 = yes, -1 = do not change) basic_rates basic rates in IEEE 802.11 format (or NULL for no change) basic_rates_len number of basic rates ap_isolate do not forward packets between connected stations ht_opmode HT Operation mode (u16 = opmode, -1 = do not change) p2p_ctwindow P2P CT Window (-1 = no change) p2p_opp_ps P2P opportunistic PS (-1 = no change) DESCRIPTION
Used to change BSS parameters (mainly for AP mode). AUTHOR
Johannes Berg <johannes@sipsolutions.net> Author. COPYRIGHT
Kernel Hackers Manual 3.10 June 2014 STRUCT BSS_PARAMETER(9)

Check Out this Related Man Page

STRUCT 
CFG80211_IBSS(9) Actions and configuration STRUCT CFG80211_IBSS(9) NAME
struct_cfg80211_ibss_params - IBSS parameters SYNOPSIS
struct cfg80211_ibss_params { u8 * ssid; u8 * bssid; struct cfg80211_chan_def chandef; u8 * ie; u8 ssid_len; u8 ie_len; u16 beacon_interval; u32 basic_rates; bool channel_fixed; bool privacy; bool control_port; int mcast_rate[IEEE80211_NUM_BANDS]; }; MEMBERS
ssid The SSID, will always be non-null. bssid Fixed BSSID requested, maybe be NULL, if set do not search for IBSSs with a different BSSID. chandef defines the channel to use if no other IBSS to join can be found ie information element(s) to include in the beacon ssid_len The length of the SSID, will always be non-zero. ie_len length of that beacon_interval beacon interval to use basic_rates bitmap of basic rates to use when creating the IBSS channel_fixed The channel should be fixed -- do not search for IBSSs to join on other channels. privacy this is a protected network, keys will be configured after joining control_port whether user space controls IEEE 802.1X port, i.e., sets/clears NL80211_STA_FLAG_AUTHORIZED. If true, the driver is required to assume that the port is unauthorized until authorized by user space. Otherwise, port is marked authorized by default. mcast_rate[IEEE80211_NUM_BANDS] per-band multicast rate index + 1 (0: disabled) DESCRIPTION
This structure defines the IBSS parameters for the join_ibss method. AUTHOR
Johannes Berg <johannes@sipsolutions.net> Author. COPYRIGHT
Kernel Hackers Manual 3.10 June 2014 STRUCT CFG80211_IBSS(9)
Man Page