wifi::frame::mgt::header Struct Reference

IEEE 802.11 management frame structure. More...

#include <wipal/wifi/frame/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 char * 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 char * wifi::frame::mgt::header::addr_names [static]

Initial value:

        {
          "Destination Address (DA)",
          "Source Address (SA)",
          "Basic SSID (BSSID)"
        }
Human readable representation of addresses' names.

Frame control field.

Frame duration field.

Frame addresses.

Frame sequence control field.

Frame body.


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

Generated on Thu Feb 21 18:54:23 2008 for wipal by  doxygen 1.5.5