Changes between Version 4 and Version 5 of 802.11/Usage/AP


Ignore:
Timestamp:
Oct 22, 2014, 4:21:54 PM (10 years ago)
Author:
murphpo
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • 802.11/Usage/AP

    v4 v5  
    55== Ethernet ==
    66
     7The AP uses ETH A as its interface to the Distribution System (DS), as it is called in the 802.11 spec. Refer to the [wiki:../../MAC/Upper/AP AP docs] for more details.
     8
     9In practice the ETH A interface should be connected to an Ethernet network with access to the wired network resources your experiment requires. In many experiments this means connecting ETH A to a wired network connected to the Internet, such as to a LAN port of a home router. The AP code will pass through DHCP, ARP and IP traffic from wireless client to the wired network, allowing wireless clients to receive DHCP address assignments and exchange data with Internet services.
     10
     11The AP uses ETH B for interaction with the [wiki:../../wlan_exp experiments framework].
    712
    813== User IO ==