[[Include(wiki:802.11/beta-note)]] [[TracNav(802.11/TOC)]] = Station = The station implementation in the Mango 802.11 Reference Design can associate and communicate with 802.11 access points (WARP or otherwise). The source and sink of traffic for the station is Ethernet. Because an AP expects the wireless MAC address of each station to match collected clients, || [[Image(wiki:802.11/files:STA_top.png, width=600)]] || || '''Top-level view of STA States''' || There are three broad classes of events that pull the STA implementation out of an idle state. Those classes are: 1. Wireless MPDU Receptions 1. Ethernet Frame Receptions 1. User Interaction Events In our implementation, each of these state transitions occurs via an interrupt. == Wireless MPDU Receptions == || [[Image(wiki:802.11/files:STA_mpdu_rx.png, width=600)]] || || '''MPDU Reception States''' || == Ethernet Frame Receptions == || [[Image(wiki:802.11/files:STA_eth_rx.png, width=300)]] || || '''Ethernet Reception States''' || == User Interaction Events == || [[Image(wiki:802.11/files:STA_user.png, width=600)]] || || '''User Interaction Events''' ||