mirror of
https://github.com/vanhoefm/fragattacks.git
synced 2024-11-25 00:38:24 -05:00
VHT: Document vht_oper_chwidth and fix indentation
Signed-hostap: Mahesh Palivela <maheshp@posedge.com>
This commit is contained in:
parent
74b95d1dc0
commit
6c93c38d7c
@ -2223,7 +2223,7 @@ static int hostapd_config_fill(struct hostapd_config *conf,
|
|||||||
errors++;
|
errors++;
|
||||||
}
|
}
|
||||||
} else if (os_strcmp(buf, "vht_oper_chwidth") == 0) {
|
} else if (os_strcmp(buf, "vht_oper_chwidth") == 0) {
|
||||||
conf->vht_oper_chwidth = atoi(pos);
|
conf->vht_oper_chwidth = atoi(pos);
|
||||||
#endif /* CONFIG_IEEE80211AC */
|
#endif /* CONFIG_IEEE80211AC */
|
||||||
} else if (os_strcmp(buf, "max_listen_interval") == 0) {
|
} else if (os_strcmp(buf, "max_listen_interval") == 0) {
|
||||||
bss->max_listen_interval = atoi(pos);
|
bss->max_listen_interval = atoi(pos);
|
||||||
|
@ -550,6 +550,11 @@ wmm_ac_vo_acm=0
|
|||||||
# 0 = Tx antenna pattern might change during the lifetime of an association
|
# 0 = Tx antenna pattern might change during the lifetime of an association
|
||||||
# 1 = Tx antenna pattern does not change during the lifetime of an association
|
# 1 = Tx antenna pattern does not change during the lifetime of an association
|
||||||
#vht_capab=[SHORT-GI-80][HTC-VHT]
|
#vht_capab=[SHORT-GI-80][HTC-VHT]
|
||||||
|
|
||||||
|
# 0 = 20 or 40 MHz operating Channel width
|
||||||
|
# 1 = 80 MHz channel width
|
||||||
|
# 2 = 160 MHz channel width
|
||||||
|
# 3 = 80+80 MHz channel width
|
||||||
#vht_oper_chwidth=1
|
#vht_oper_chwidth=1
|
||||||
|
|
||||||
##### IEEE 802.1X-2004 related configuration ##################################
|
##### IEEE 802.1X-2004 related configuration ##################################
|
||||||
|
Loading…
Reference in New Issue
Block a user