wiki:802.11/MAC/Upper/AP/MPDU_Rx

Version 1 (modified by chunter, 11 years ago) (diff)

--

The 802.11 Reference Design and its documentation are under active development by the Mango team. The current release should be considered a beta- updates with bug fixes, API changes, new features and other refinements will be posted frequently. Please check the downloads page for the latest updates and post any questions about the design to the forums.

MPDU Rx for Access Point

Overview

The MPDU Rx state is responsible for implementing the following behaviors.

  • Handling the Probe Request/Response active scan handshake specified in Section 10.1.4.3 of the 802.2012 standard.
  • Handling the Authentication/Association handshake specified in Section 10.3 of the 802.11-2012 standard.
  • Passing the unloaded MPDU to the low-level DCF MAC?
  • Freeing the MPDU from the transmit queue

File Resource