Changes between Version 5 and Version 6 of 802.11/Usage/UART


Ignore:
Timestamp:
Oct 22, 2014, 2:49:36 PM (10 years ago)
Author:
murphpo
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • 802.11/Usage/UART

    v5 v6  
    102102The first message shows the client part way through the association handshake (post authentication, pre association). The second message shows the client successfully authenticated. As more clients join and leave the BSS these node lists will grow and shrink.
    103103
     104== STA UART ==
    104105
     106The normal UART output on boot of the AP application is:
     107{{{
     108----- Mango 802.11 Reference Design -----
     109----- v1.0 ------------------------------
     110----- wlan_mac_sta ----------------------
     111
     112< High Framework Boot Messages - See Above >
     113
     114Press the Esc key in your terminal to access the UART menu
     115}}}
     116
     117The STA application implements a simple UART menu, accessed by hitting {{{ESC}}} key:
     118{{{
     119********************** Station Menu **********************
     120[1] - Interactive Station Status
     121[2] - Print all Observed Statistics
     122
     123[a] -   display BSS information
     124[r/R] - change unicast rate
     125
     126}}}
     127
     128Option {{{1}}} will show a sub-menu with a command to reset all Tx/Rx statistics.
     129
     130Option {{{2}}} will print the Tx/Rx statistics for all traffic at the STA.
     131
     132Option {{{a}}} will print the list of wireless networks the STA has discovered during its active scan.
     133
     134