Changes between Initial Version and Version 1 of 802.11/MAC/Upper/STA


Ignore:
Timestamp:
Nov 22, 2013, 10:59:16 AM (10 years ago)
Author:
chunter
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • 802.11/MAC/Upper/STA

    v1 v1  
     1[[Include(wiki:802.11/beta-note)]]
     2
     3[[TracNav(802.11/TOC)]]
     4
     5= Station =
     6
     7The station implementation in the Mango 802.11 Reference Design can associate and communicate with 802.11 access points (WARP or otherwise). Since the WARP board itself
     8
     9||  [[Image(wiki:802.11/files:STA_top.png, width=600)]]  ||
     10||  '''Top-level view of STA States'''  ||
     11
     12There are three broad classes of events that pull the STA implementation out of an idle state. Those classes are:
     13
     141. Wireless MPDU Receptions
     151. Ethernet Frame Receptions
     161. User Interaction Events
     17
     18In our implementation, each of these state transitions occurs via an interrupt.
     19
     20== Wireless MPDU Receptions ==
     21||  [[Image(wiki:802.11/files:STA_mpdu_rx.png, width=600)]]  ||
     22||  '''MPDU Reception States'''  ||
     23
     24
     25== Ethernet Frame Receptions ==
     26||  [[Image(wiki:802.11/files:STA_eth_rx.png, width=600)]]  ||
     27||  '''Ethernet Reception States'''  ||
     28
     29== User Interaction Events ==
     30||  [[Image(wiki:802.11/files:STA_user.png, width=600)]]  ||
     31||  '''User Interaction Events'''  ||
     32