WLAN_OPCODE_VALUE_TYPE (Compact 2013)
3/26/2014
This enumeration specifies the origin of automatic configuration settings.
Syntax
typedef enum _WLAN_OPCODE_VALUE_TYPE {
wlan_opcode_value_type_query_only = 0
wlan_opcode_value_type_set_by_user = 2
wlan_opcode_value_type_invalid = 3
} WLAN_OPCODE_VALUE_TYPE,
*PWLAN_OPCODE_VALUE_TYPE;
Members
- wlan_opcode_value_type_query_only
The automatic configuration settings were queried, but the origin of the settings was not determined.
- wlan_opcode_value_type_set_by_user
The automatic configuration settings were set by the user.
- wlan_opcode_value_type_invalid
The automatic configuration settings are invalid.
See Also
Reference
Native Wi-Fi Enumerations
WlanQueryAutoConfigParameter
Native Wi-Fi Reference