Changes between Initial Version and Version 1 of 802.11/Usage/STA


Ignore:
Timestamp:
Oct 22, 2014, 3:22:31 PM (10 years ago)
Author:
murphpo
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • 802.11/Usage/STA

    v1 v1  
     1[[TracNav(802.11/TOC)]]
     2
     3= Using the 802.11 Reference Design: STA Application =
     4
     5== STA User IO ==
     6
     7
     8
     9== STA UART ==
     10
     11Refer to the [wiki:../UART UART usage] page for an overview of how the 802.11 design uses the UART cores on each CPU.
     12
     13The normal UART output on boot of the AP application is:
     14{{{
     15----- Mango 802.11 Reference Design -----
     16----- v1.0 ------------------------------
     17----- wlan_mac_sta ----------------------
     18
     19< High Framework Boot Messages - See Above >
     20
     21WLAN MAC Station boot complete:
     22  Default SSID : WARP-AP
     23  Channel      : 1
     24  MAC Addr     : 40-D8-55-04-21-4A
     25
     26Press the Esc key in your terminal to access the UART menu
     27}}}
     28
     29The STA boot message indicates the SSID it searches for by default (WARP-AP) and the node's wireless MAC address ({{{40-D8-55-04-21-4A}}} here).
     30
     31The STA application implements a simple UART menu, accessed by hitting {{{ESC}}} key:
     32{{{
     33********************** Station Menu **********************
     34[1] - Interactive Station Status
     35[2] - Print all Observed Statistics
     36
     37[a] -   display BSS information
     38[r/R] - change unicast rate
     39
     40}}}
     41
     42Option {{{1}}} will show a sub-menu with a command to reset all Tx/Rx statistics.
     43
     44Option {{{2}}} will print the Tx/Rx statistics for all traffic at the STA.
     45
     46Option {{{a}}} will print the list of wireless networks the STA has discovered during its active scan.
     47