wpl::wifi::mgt::header Struct Reference

IEEE 802.11 management frame structure. More...

#include <wipal/wifi/mgt.hh>

List of all members.

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]

Detailed Description

IEEE 802.11 management frame structure.


Member Enumeration Documentation

Frame addresses index.

Enumerator:
da 

Destination address.

sa 

Source address.

bssid 

BSSID address.


Member Data Documentation

const std::string wpl::wifi::mgt::header::addr_names [static]
Initial value:
        {
          "Destination Address (DA)",
          "Source Address (SA)",
          "Basic SSID (BSSID)"
        }

Human readable representation of addresses' names.


The documentation for this struct was generated from the following files:

Generated by  doxygen 1.6.2