Basic management frame
-
duration id : 2 Bytes
-
destination addr : 6 Bytes
-
source addr : 6 Bytes
-
BSSID : 6 Bytes
-
sequence control : 2 Bytes
-
frame body : 0-2312 Bytes
- Author
- Bertrand Martel
| fr.bmartel.protocol.wlan.frame.WlanManagementAbstr.WlanManagementAbstr |
( |
byte[] |
frame) | |
|
Build basic management frame from wlan frame
- Parameters
-
| frame | wlan frame with control frame omitted |
| byte [] fr.bmartel.protocol.wlan.frame.WlanManagementAbstr.getBSSID |
( |
) | |
|
| byte [] fr.bmartel.protocol.wlan.frame.WlanManagementAbstr.getDestinationAddr |
( |
) | |
|
| byte [] fr.bmartel.protocol.wlan.frame.WlanManagementAbstr.getDurationId |
( |
) | |
|
| byte [] fr.bmartel.protocol.wlan.frame.WlanManagementAbstr.getFcs |
( |
) | |
|
| byte [] fr.bmartel.protocol.wlan.frame.WlanManagementAbstr.getFrameBody |
( |
) | |
|
| byte [] fr.bmartel.protocol.wlan.frame.WlanManagementAbstr.getSequenceControl |
( |
) | |
|
| byte [] fr.bmartel.protocol.wlan.frame.WlanManagementAbstr.getSourceAddr |
( |
) | |
|
The documentation for this class was generated from the following file:
- /home/abathur/Bureau/wlandecoder/wlandecoder/src/fr/bmartel/protocol/wlan/frame/WlanManagementAbstr.java