internal WlanConnectionNotificationEventArgs(WlanInternNotificationData data, WlanInternNotificationConnectionData c)
		{
			Source = data.notificationSource;
			Code = data.NotificationCode;
			BssType = c.dot11BssType;
			ProfileName = c.profileName;
			ProfileXml = c.profileXml;
			SecurityEnabled = c.securityEnabled;
			ConnectionMode = c.ConnectionMode;
			ReasonCode = c.wlanReasonCode;
			Ssid = c.Dot11Ssid.GetSsid();
		}
Example #2
0
		internal void OnConnectionNotification(WlanInternNotificationData notificationdata, WlanInternNotificationConnectionData value)
		{
			//var args = new WlanConnectionNotificationEventArgs(notificationdata, value);
		}