Changes between Version 1 and Version 2 of 802.11/MAC/Upper/AP/Ethernet_Tx


Ignore:
Timestamp:
Aug 2, 2013, 11:36:21 AM (11 years ago)
Author:
chunter
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • 802.11/MAC/Upper/AP/Ethernet_Tx

    v1 v2  
    1111The {{{Ethernet Tx}}} state is responsible for implementing the following behaviors.
    1212
    13  * Handling the Probe Request/Response active scan handshake specified in Section 10.1.4.3 of the 802.2012 standard.
    14  * Handling the Authentication/Association handshake specified in Section 10.3 of the 802.11-2012 standard.
    15  * De-duplicating received MPDUs based on their sequence numbers, as specified in Section 9.3.2.10 of the 802.11-2012 standard.
    16  * Passing received and associated data MPDUs to the {{{Ethernet Tx}}} state.
     13 * Handling the de-encapsulation procedure of the integration function specified in Annex P of the 802.2012 standard.
     14 * Passing the Ethernet frame off to the Ethernet MAC for transmission
     15
    1716
    1817== File Resource ==
    1918
    20  * [browser:ReferenceDesigns/w3_802.11/c/wlan_mac_ap/wlan_mac_ap.c wlan_mac_ap.c]
    21  * [browser:ReferenceDesigns/w3_802.11/c/wlan_mac_ap/wlan_mac_queue.c wlan_mac_queue.c]
    2219 * [browser:ReferenceDesigns/w3_802.11/c/wlan_mac_ap/wlan_mac_util.c wlan_mac_util.c]