- watchForIncomingData() - Method in class wifi.CppGUIAdapter
-
This is a wrapper around 802_recv that watches for incoming packets, then
prepends the srcAddr to the incoming data and returns it as a Java byte
array.
- watchForIncomingData() - Method in interface wifi.GUIClientInterface
-
This is a wrapper around the 802.11~ recv() that watches for incoming packets, then
prepends the srcAddr to the incoming data and returns it as a byte array.
- watchForIncomingData() - Method in class wifi.JavaGUIAdapter
-
This method calls the 802.11~ layer's recv() method, which should block until
data arrives.
- wifi - package wifi
-
- WiFiClient - Class in wifi
-
The WiFiClient class provides a GUI for interacting with 802.11~ implementations.
- WiFiClient(short, GUIClientInterface) - Constructor for class wifi.WiFiClient
-
The constructor builds the GUI and prepares it for use.