WLAN_RAW_DATA (Compact 2013)

3/26/2014

This structure contains a proximity service discovery (PSD) information element (IE) data entry.

Syntax

typedef struct _WLAN_RAW_DATA {
  DWORD dwDataSize;
  BYTE DataBlob[1];
} WLAN_RAW_DATA,
  *PWLAN_RAW_DATA;

Members

  • dwDataSize
    Size of DataBlob, in bytes. This is a value between 0 and 240
  • DataBlob
    An array of PSD IE data blobs

Remarks

For more information about PSD IEs including a discussion of the format of an IE, see WlanSetPsdIEDataList.

The following constants apply to WLAN_RAW_DATA structures:

Constant

Value

Description

DOT11_PSD_IE_MAX_DATA_SIZE

240

The maximum data size, in bytes, of a PSD IE data entry

DOT11_PSD_IE_MAX_ENTRY_NUMBER

5

The maximum number of PSD IE data entries

See Also

Reference

Native Wi-Fi Structures
WlanSetPsdIEDataList
WLAN_RAW_DATA_LIST
WlanScan
Native Wi-Fi Reference