Edit

HS_DEVICE_IDENTITY structure

Wi-Fi Hotspot Offloading deprecation note

Important

Starting in Windows 10, version 1709, the Wi-Fi Hotspot Offloading feature is deprecated and should not be used. Instead, we recommend writing a UWP app and using the Wi-Fi Hotspot Authentication API (Windows.Networking.NetworkOperators).

For a code sample and more info, see the Wi-Fi hotspot authentication sample.

The HS_DEVICE_IDENTITY structure contains information about the device model and manufacturer.

Syntax

typedef struct _HS_DEVICE_IDENTITY {
  DWORD dwSystemType;
  WCHAR wszPhoneManufacturer[HS_CONST_MAX_DEVICE_INFO_LENGTH+1];
  WCHAR wszPhoneModelName[HS_CONST_MAX_DEVICE_INFO_LENGTH+1];
  WCHAR wszPhoneManufacturerModel[HS_CONST_MAX_DEVICE_INFO_LENGTH+1];
  WCHAR wszDeviceModel[HS_CONST_MAX_DEVICE_INFO_LENGTH+1];
} HS_DEVICE_IDENTITY, *PHS_DEVICE_IDENTITY;

Members

dwSystemType
The type of SIM, whether GSM or CDMA.

wszPhoneManufacturer
The phone manufacturer name.

wszPhoneModelName
The phone model name.

wszPhoneManufacturerModel
Another name for the phone manufacturer and model.

wszDeviceModel
The device model name.

Requirements

Header

Hotspotoffloadplugin.h (include Hotspotoffloadplugin.h)