DOT11_BSS_LIST (Compact 2013)

3/26/2014

This structure identifies a list of one or more IEEE 802.11 Beacon and Probe Response frames.

Syntax

typedef struct _DOT11_BSS_LIST {
  ULONG  uNumOfBytes;
  PUCHAR pucBuffer;
} DOT11_BSS_LIST, *PDOT11_BSS_LIST;

Members

  • uNumOfBytes
    Length, in bytes, of the data within the buffer referenced by the pucBuffer member.
  • pucBuffer
    Pointer to a buffer that contains a list of DOT11_BSS_ENTRY structures. Each DOT11_BSS_ENTRY structure specifies a single 802.11 Beacon and Probe Response frame.

    The DOT11_BSS_ENTRY structure has a variable length. However, each entry within the list of DOT11_BSS_ENTRY structures does not contain padding for the alignment of the next entry in the list.

Remarks

The 802.11 Beacon and Probe Response frames within the pucBuffer member were received from the underlying 802.11 station during its previous scan operation.

Requirements

Header

wlclient.h

See Also

Reference

Native 802.11 Data Types
DOT11_BSS_ENTRY