Edit

HS_MAC_ADDRESS 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_MAC_ADDRESS structure contains the host Media Access Control (MAC) address.

Syntax

typedef struct _HS_MAC_ADDRESS {
  UCHAR ucHSMacAddress[6];
} HS_MAC_ADDRESS, *PHS_MAC_ADDRESS;

Members

ucHSMacAddress
The MAC address.

Requirements

Header

Hotspotoffloadplugin.h (include Hotspotoffloadplugin.h)