WLAN_AUTOCONF_OPCODE (Compact 2013)
3/26/2014
This enumerated type specifies an automatic configuration parameter.
Syntax
typedef enum _WLAN_AUTOCONF_OPCODE {
wlan_autoconf_opcode_start = 0,
wlan_autoconf_opcode_show_denied_networks = 1,
wlan_autoconf_opcode_power_setting = 2,
wlan_autoconf_opcode_end = 4
} WLAN_AUTOCONF_OPCODE,
*PWLAN_AUTOCONF_OPCODE;
Constants
- wlan_autoconf_opcode_start
Not used.
- wlan_autoconf_opcode_show_denied_networks
Used to set or query the parameter that specifies whether user denied networks will be included in the available networks list.
- wlan_autoconf_opcode_power_setting
Used to query the power settings.
- wlan_autoconf_opcode_end
Not used.
See Also
Reference
Native Wi-Fi Enumerations
WlanQueryAutoConfigParameter
WlanSetAutoConfigParameter
Native Wi-Fi Reference