Changes between Version 18 and Version 19 of 802.11/MAC/Upper


Ignore:
Timestamp:
Nov 24, 2013, 2:44:47 PM (10 years ago)
Author:
chunter
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • 802.11/MAC/Upper

    v18 v19  
    2525== Wired Receptions ==
    2626
    27 Whenever the framework received a wired Ethernet frame, it [wiki:./MACHighFramework/EthEncap encapsulates]
     27Whenever the framework received a wired Ethernet frame, it [wiki:./MACHighFramework/EthEncap encapsulates] the packet and passes it off to the upper-level MAC via a registered callback.
    2828
    2929== Wired Transmissions ==
    3030
     31When the upper-level MAC receives a wireless packet that needs to be sent via Ethernet, it calls a function in the MAC High Framework that [wiki:./MACHighFramework/EthEncap de-encapsulates] the packet and sends it via Ethernet.