- send(short, byte[], int) - Method in interface wifi.Dot11Interface
-
Send len
bytes from data
to the address specified in
dest
.
- send(short, byte[], int) - Method in class wifi.LinkLayer
-
Send method takes a destination, a buffer (array) of data, and the number
of bytes to send.
- sendCommand(int, int) - Method in class wifi.CppGUIAdapter
-
- sendCommand(int, int) - Method in interface wifi.GUIClientInterface
-
The GUI calls this when the user asks to pass command info to the 802.11~ layer.
- sendCommand(int, int) - Method in class wifi.JavaGUIAdapter
-
The GUI calls this when the user asks to pass command info to the 802.11~ layer.
- sendOutgoingData(short, byte[]) - Method in class wifi.CppGUIAdapter
-
- sendOutgoingData(short, byte[]) - Method in interface wifi.GUIClientInterface
-
Called by the GUI client when data is to be sent.
- sendOutgoingData(short, byte[]) - Method in class wifi.JavaGUIAdapter
-
Wrapper around the 802.11~ layer's send routine.
- setBuf(byte[]) - Method in class wifi.Transmission
-
Takes a reference to an array of bytes and sets it to be the buffer used by the
Transmission instance.
- setDestAddr(short) - Method in class wifi.Transmission
-
- setSourceAddr(short) - Method in class wifi.Transmission
-
- status() - Method in interface wifi.Dot11Interface
-
Returns the current status of the 802.11~ layer.
- status() - Method in class wifi.LinkLayer
-
Returns a current status code.