diff options
author | jim-p <jimp@pfsense.org> | 2015-05-22 16:05:23 -0400 |
---|---|---|
committer | jim-p <jimp@pfsense.org> | 2015-05-22 16:05:23 -0400 |
commit | 88cbd0049b78bd731648be68c13e08161e5e943c (patch) | |
tree | 36a25764d93ea3afb21d290fbad127ed99bbec7a /usr/local/www/status_wireless.php | |
parent | b0d7ce731f467b6cee790a234e1dcec1895b2283 (diff) | |
download | pfsense-88cbd0049b78bd731648be68c13e08161e5e943c.zip pfsense-88cbd0049b78bd731648be68c13e08161e5e943c.tar.gz |
Update/correct wireless status flags and capabilities list.
There are many more possible flags, documented on the wiki: https://doc.pfsense.org/index.php/Wireless_Status
Diffstat (limited to 'usr/local/www/status_wireless.php')
-rw-r--r-- | usr/local/www/status_wireless.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usr/local/www/status_wireless.php b/usr/local/www/status_wireless.php index c727cb4..d15cfed 100644 --- a/usr/local/www/status_wireless.php +++ b/usr/local/www/status_wireless.php @@ -190,8 +190,8 @@ include("fbegin.inc"); </table> </div> <br /> - <b>Flags:</b> A = authorized, E = Extended Rate (802.11g), P = Power save mode<br /> - <b>Capabilities:</b> E = ESS (infrastructure mode), I = IBSS (ad-hoc mode), P = privacy (WEP/TKIP/AES), S = Short preamble, s = Short slot time + <b>Flags:</b> A = Authorized, E = Extended Rate (802.11g), P = Power save mode, H = High Throughput (HT), Q = QoS (WME)<br /> + <b>Capabilities:</b> WME = Wireless Multimedia Extensions (QoS), WPA = Wi-Fi Protected Access, RSN = 802.11i, HTCAP = 802.11n High Throughput, ATH = Atheros protocol extensions<br /> </td> </tr> </table> |