Interface | Description |
---|---|
Dot11Interface |
This interface describes the methods that a conforming 802.11~ implementation
must support.
|
GUIClientInterface |
The GUI client application can interact with any project that implements
this interface.
|
Class | Description |
---|---|
CppGUIAdapter |
This class acts as a thin layer between the GUI client application and the C++-based
802.11~ layer.
|
JavaGUIAdapter |
This class acts as a thin layer between the GUI client code and the Java-based
802.11~ layer.
|
LinkLayer |
Use this layer as a starting point for your project code.
|
Transmission |
This class contains the information available from an incoming transmission.
|
WiFiClient |
The WiFiClient class provides a GUI for interacting with 802.11~ implementations.
|