WLAN_HOSTED_NETWORK_OPCODE enumeration (wlanapi.h)

The WLAN_HOSTED_NETWORK_OPCODE enumerated type specifies the possible values of the operation code for the properties to query or set on the wireless Hosted Network.

Syntax

typedef enum _WLAN_HOSTED_NETWORK_OPCODE {
  wlan_hosted_network_opcode_connection_settings,
  wlan_hosted_network_opcode_security_settings,
  wlan_hosted_network_opcode_station_profile,
  wlan_hosted_network_opcode_enable
} WLAN_HOSTED_NETWORK_OPCODE, *PWLAN_HOSTED_NETWORK_OPCODE;

Constants

 
wlan_hosted_network_opcode_connection_settings
The opcode used to query or set the wireless Hosted Network connection settings.
wlan_hosted_network_opcode_security_settings
The opcode used to query the wireless Hosted Network security settings.
wlan_hosted_network_opcode_station_profile
The opcode used to query the wireless Hosted Network station profile.
wlan_hosted_network_opcode_enable
The opcode used to query or set the wireless Hosted Network enabled flag.

Remarks

The WLAN_HOSTED_NETWORK_OPCODE enumerated type is an extension to native wireless APIs added to support the wireless Hosted Network on Windows 7 and later.

The WLAN_HOSTED_NETWORK_OPCODE specifies the possible values of the operation code for the properties to query or set on the wireless Hosted Network.

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

WlanHostedNetworkQueryProperty

WlanHostedNetworkSetProperty