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


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

--

Legend:

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

    v1 v2  
    1111The {{{Ethernet Rx}}} state is responsible for implementing the following behaviors.
    1212
    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
     13 * Handling the encapsulation procedure of the integration function specified in Annex P of the 802.2012 standard.
     14 * Adding the encapsulated Ethernet frame to the transmit queue If received Ethernet frame is destined for an associated station or broadcast.
    1515
    1616
     
    1818
    1919 * [browser:ReferenceDesigns/w3_802.11/c/wlan_mac_ap/wlan_mac_util.c wlan_mac_util.c]
     20 * [browser:ReferenceDesigns/w3_802.11/c/wlan_mac_ap/wlan_mac_ap.c wlan_mac_ap.c]