using Tango.WiFi.Win32.Interop; using System; using System.Collections.Generic; using System.Linq; using System.Text; namespace Tango.WiFi.Win32 { internal struct WlanConnectionNotificationEventData { public WlanNotificationData notifyData; public WlanConnectionNotificationData connNotifyData; } internal struct WlanReasonNotificationData { public WlanNotificationData notifyData; public WlanReasonCode reasonCode; } }