1 2 3 4 5 6 7 8 9 10 11 12using System.Runtime.InteropServices; namespace VirtualRouter.Wlan.WinAPI { [StructLayout(LayoutKind.Sequential, CharSet = CharSet.Unicode)] public struct WLAN_HOSTED_NETWORK_SECURITY_SETTINGS { DOT11_AUTH_ALGORITHM dot11AuthAlgo; DOT11_CIPHER_ALGORITHM dot11CipherAlgo; } }