Share via


DOT11_SECURITY_PACKET_HEADER (Compact 2013)

3/26/2014

This structure specifies security data that is used in a network packet header.

Syntax

typedef struct _DOT11_SECURITY_PACKET_HEADER {
  DOT11_MAC_ADDRESS  PeerMac;
  USHORT  usEtherType;
  UCHAR  Data[1];
} DOT11_SECURITY_PACKET_HEADER, *PDOT11_SECURITY_PACKET_HEADER;

Members

  • usEtherType
    The value of the IEEE EtherType Handling in a big-endian byte order
  • Data
    The contents of the security packet, excluding the 801.11 MAC header

Requirements

Header

wlclient.h

See Also

Reference

Native 802.11 Data Types
Native 802.11 Wireless LAN Reference

Other Resources

DOT11_MAC_ADDRESS