Unix and Linux Discussions Tagged with change |
|
Thread / Thread Starter |
Last Post |
Replies |
Views |
Forum |
|
|
|
2 |
71,580 |
Shell Programming and Scripting |
|
|
|
4 |
7,891 |
UNIX for Beginners Questions & Answers |
|
|
|
6 |
34,588 |
UNIX for Advanced & Expert Users |
|
|
|
1 |
16,820 |
Forum Support Area for Unregistered Users & Account Problems |
|
|
|
0 |
24,885 |
OS X (Apple) |
|
|
|
6 |
8,187 |
Shell Programming and Scripting |
|
|
|
7 |
7,169 |
UNIX for Beginners Questions & Answers |
|
|
|
9 |
5,775 |
UNIX for Beginners Questions & Answers |
|
|
|
4 |
79,931 |
UNIX for Beginners Questions & Answers |
|
|
|
8 |
4,394 |
Shell Programming and Scripting |
|
|
|
4 |
10,356 |
Shell Programming and Scripting |
|
|
|
4 |
10,313 |
UNIX for Beginners Questions & Answers |
|
|
|
4 |
5,430 |
Shell Programming and Scripting |
|
|
|
8 |
11,189 |
Shell Programming and Scripting |
|
|
|
37 |
14,679 |
What is on Your Mind? |
|
|
|
4 |
3,532 |
UNIX for Beginners Questions & Answers |
|
|
|
2 |
4,544 |
UNIX for Advanced & Expert Users |
|
|
|
1 |
2,109 |
UNIX for Advanced & Expert Users |
|
|
|
1 |
4,002 |
Solaris |
|
|
|
36 |
30,298 |
Web Development |
|
|
|
11 |
6,193 |
UNIX for Beginners Questions & Answers |
|
|
|
5 |
2,507 |
UNIX for Beginners Questions & Answers |
|
|
|
6 |
4,330 |
What is on Your Mind? |
|
|
|
27 |
6,673 |
Shell Programming and Scripting |
|
|
|
1 |
5,038 |
Solaris |
|
|
|
0 |
11,575 |
Web Development |
|
|
|
2 |
2,162 |
Shell Programming and Scripting |
|
|
|
1 |
12,954 |
Forum Support Area for Unregistered Users & Account Problems |
|
|
|
5 |
10,394 |
Post Here to Contact Site Administrators and Moderators |
|
|
|
3 |
2,495 |
Shell Programming and Scripting |
|
|
|
3 |
3,060 |
Programming |
|
|
|
4 |
7,068 |
SCO |
|
|
|
1 |
307,735 |
UNIX for Beginners Questions & Answers |
|
|
|
7 |
6,876 |
IP Networking |
|
|
|
2 |
2,863 |
Shell Programming and Scripting |
|
|
|
1 |
4,582 |
Shell Programming and Scripting |
|
|
|
3 |
4,881 |
UNIX for Advanced & Expert Users |
|
|
|
3 |
3,858 |
Linux |
|
|
|
4 |
3,757 |
Shell Programming and Scripting |
|
|
|
4 |
32,300 |
UNIX for Dummies Questions & Answers |
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)