diff options
author | Chris Buechler <cmb@pfsense.org> | 2010-08-07 20:10:56 -0400 |
---|---|---|
committer | Chris Buechler <cmb@pfsense.org> | 2010-08-07 20:10:56 -0400 |
commit | 4ca92170d5505c6d94434e547c5c536dc998a9c4 (patch) | |
tree | b18dbd6ca30d6c878691a7be3fb31a54e1f53d04 | |
parent | 1e7fff5a7a99d99e7e7d2c6a06e3dbd8f63baa74 (diff) | |
download | pfsense-4ca92170d5505c6d94434e547c5c536dc998a9c4.zip pfsense-4ca92170d5505c6d94434e547c5c536dc998a9c4.tar.gz |
add explanation of flags and capabilities from m0n0wall. cvstrac 1564
-rwxr-xr-x | usr/local/www/status_wireless.php | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/usr/local/www/status_wireless.php b/usr/local/www/status_wireless.php index 4f54534..ea6dcfb 100755 --- a/usr/local/www/status_wireless.php +++ b/usr/local/www/status_wireless.php @@ -180,7 +180,10 @@ display_top_tabs($tab_array); ?> </table> -</div> +</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 </td></tr> </table> |