WLAN_HOSTED_NETWORK_CONNECTION_SETTINGS structure (wlanapi.h)

The WLAN_HOSTED_NETWORK_CONNECTION_SETTINGS structure contains information about the connection settings on the wireless Hosted Network.

Syntax

typedef struct _WLAN_HOSTED_NETWORK_CONNECTION_SETTINGS {
  DOT11_SSID hostedNetworkSSID;
  DWORD      dwMaxNumberOfPeers;
} WLAN_HOSTED_NETWORK_CONNECTION_SETTINGS, *PWLAN_HOSTED_NETWORK_CONNECTION_SETTINGS;

Members

hostedNetworkSSID

The SSID associated with the wireless Hosted Network.

dwMaxNumberOfPeers

The maximum number of concurrent peers allowed by the wireless Hosted Network.

Remarks

The WLAN_HOSTED_NETWORK_CONNECTION_SETTINGS structure is an extension to native wireless APIs added to support the wireless Hosted Network on Windows 7 and later.

Requirements

Requirement Value
Minimum supported client Windows 7 [desktop apps only]
Minimum supported server Windows Server 2008 R2 [desktop apps only]
Header wlanapi.h (include Wlanapi.h)

See also

DOT11_SSID

WlanHostedNetworkQueryProperty