WLAN_OPCODE_VALUE_TYPE enumeration
Applies to: desktop apps only
The WLAN_OPCODE_VALUE_TYPE enumeration specifies the origin of automatic configuration (auto config) settings.
Syntax
typedef enum _WLAN_OPCODE_VALUE_TYPE {
wlan_opcode_value_type_query_only = 0,
wlan_opcode_value_type_set_by_group_policy = 1,
wlan_opcode_value_type_set_by_user = 2,
wlan_opcode_value_type_invalid = 3
} WLAN_OPCODE_VALUE_TYPE, *PWLAN_OPCODE_VALUE_TYPE;
Constants
- wlan_opcode_value_type_query_only
-
The auto config settings were queried, but the origin of the settings was not determined.
- wlan_opcode_value_type_set_by_group_policy
-
The auto config settings were set by group policy.
- wlan_opcode_value_type_set_by_user
-
The auto config settings were set by the user.
- wlan_opcode_value_type_invalid
-
The auto config settings are invalid.
Requirements
|
Minimum supported client | Windows Vista, Windows XP with SP3 |
|---|---|
|
Minimum supported server | Windows Server 2008 |
|
Redistributable | Wireless LAN API for Windows XP with SP2 |
|
Header |
|
See also
Send comments about this topic to Microsoft
Build date: 2/3/2012