diff options
author | Maneesh Jain <maneesh.jain@samsung.com> | 2015-10-06 07:54:18 (GMT) |
---|---|---|
committer | Jouni Malinen <j@w1.fi> | 2015-10-06 20:10:17 (GMT) |
commit | 234a17cc13ee9a6123d9dbee6cfd34919cbb879b (patch) | |
tree | 30eae5c9b3f0290a3f40d38f8caf7caca00b94f2 /hostapd | |
parent | 9b285081ff1812124b40a6821d953d99fe32509c (diff) | |
download | hostap-234a17cc13ee9a6123d9dbee6cfd34919cbb879b.zip hostap-234a17cc13ee9a6123d9dbee6cfd34919cbb879b.tar.gz hostap-234a17cc13ee9a6123d9dbee6cfd34919cbb879b.tar.bz2 |
Fix couple of typos in hostapd.conf file
Signed-off-by: Maneesh Jain <maneesh.jain@samsung.com>
Diffstat (limited to 'hostapd')
-rw-r--r-- | hostapd/hostapd.conf | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/hostapd/hostapd.conf b/hostapd/hostapd.conf index c15cc44..b444ed4 100644 --- a/hostapd/hostapd.conf +++ b/hostapd/hostapd.conf @@ -173,7 +173,7 @@ channel=1 # Channel list restriction. This option allows hostapd to select one of the # provided channels when a channel should be automatically selected. # Channel list can be provided as range using hyphen ('-') or individual -# channels can be specified by space (' ') seperated values +# channels can be specified by space (' ') separated values # Default: all channels allowed in selected hw_mode #chanlist=100 104 108 112 116 #chanlist=1 6 11-13 @@ -267,7 +267,7 @@ auth_algs=3 # requests for broadcast SSID ignore_broadcast_ssid=0 -# Additional vendor specfic elements for Beacon and Probe Response frames +# Additional vendor specific elements for Beacon and Probe Response frames # This parameter can be used to add additional vendor specific element(s) into # the end of the Beacon and Probe Response frames. The format for these # element(s) is a hexdump of the raw information elements (id+len+payload for @@ -605,9 +605,9 @@ wmm_ac_vo_acm=0 # VHT TXOP PS: [VHT-TXOP-PS] # Indicates whether or not the AP supports VHT TXOP Power Save Mode # or whether or not the STA is in VHT TXOP Power Save mode -# 0 = VHT AP doesnt support VHT TXOP PS mode (OR) VHT Sta not in VHT TXOP PS +# 0 = VHT AP doesn't support VHT TXOP PS mode (OR) VHT STA not in VHT TXOP PS # mode -# 1 = VHT AP supports VHT TXOP PS mode (OR) VHT Sta is in VHT TXOP power save +# 1 = VHT AP supports VHT TXOP PS mode (OR) VHT STA is in VHT TXOP power save # mode # # +HTC-VHT Capable: [HTC-VHT] |