WLAN_RAW_DATA_LIST (Compact 7)

3/12/2014

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

Syntax

typedef struct _WLAN_RAW_DATA_LIST {
  DWORD dwTotalSize;
  DWORD dwNumberOfItems;
  struct {
    DWORD dwDataOffset;
    DWORD dwDataSize;  }
 DataList[1];
} WLAN_RAW_DATA_LIST,
  *PWLAN_RAW_DATA_LIST;

Members

  • dwTotalSize
    The total size, in bytes, of the data list
  • dwNumberOfItems
    The number of items in the DataList member. This is a value between 0 and 5.
  • DataList
    Array of raw data blobs that make up the data list
  • dwDataOffset
    The offset of the data blob, in bytes, from the beginning of the data list
  • dwDataSize
    The size, in bytes, of the data blob. This is a value between 0 and 240.

Remarks

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

See Also

Reference

Native Wi-Fi Structures
WlanSetPsdIEDataList
WLAN_RAW_DATA
WlanExtractPsdIEDataList
WlanScan
Native Wi-Fi Reference