1 2 3 4 5 6 7 8 9 10 11 12 namespace VirtualRouter.Wlan.WinAPI { public 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 } }