IEEE 802.11 management frame structure. More...
#include <wipal/wifi/mgt.hh>
Public Types | |
| enum | addr_index { da = 0, sa = 1, bssid = 2 } |
Public Attributes | |
| uint16_t | frame_ctl |
| uint16_t | duration |
| addr | addrs [3] |
| uint16_t | seq_ctl |
| uint8_t | body [] |
Static Public Attributes | |
| static const std::string | addr_names [3] |
IEEE 802.11 management frame structure.
const std::string wpl::wifi::mgt::header::addr_names [static] |
{
"Destination Address (DA)",
"Source Address (SA)",
"Basic SSID (BSSID)"
}
Human readable representation of addresses' names.
1.6.2