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_SCAN(9) Scanning and BSS list handling STRUCT CFG80211_SCAN(9) NAME
struct_cfg80211_scan_request - scan request description SYNOPSIS
struct cfg80211_scan_request { struct cfg80211_ssid * ssids; int n_ssids; u32 n_channels; const u8 * ie; size_t ie_len; u32 flags; u32 rates[IEEE80211_NUM_BANDS]; struct wireless_dev * wdev; struct wiphy * wiphy; unsigned long scan_start; bool aborted; bool no_cck; struct ieee80211_channel * channels[0]; }; MEMBERS
ssids SSIDs to scan for (active scan only) n_ssids number of SSIDs n_channels total number of channels to scan ie optional information element(s) to add into Probe Request or NULL ie_len length of ie in octets flags bit field of flags controlling operation rates[IEEE80211_NUM_BANDS] bitmap of rates to advertise for each band wdev the wireless device to scan for wiphy the wiphy this was for scan_start time (in jiffies) when the scan started aborted (internal) scan request was notified as aborted no_cck used to send probe requests at non CCK rate in 2GHz band channels[0] channels to scan on. AUTHOR
Johannes Berg <johannes@sipsolutions.net> Author. COPYRIGHT
Kernel Hackers Manual 3.10 June 2014 STRUCT CFG80211_SCAN(9)
Man Page