Give NIC an ssid and WirelessKey
This commit is contained in:
		@@ -26,6 +26,12 @@ namespace EduNetworkBuilder
 | 
				
			|||||||
        private string _nic_name="";
 | 
					        private string _nic_name="";
 | 
				
			||||||
        public IPAddress TunnelEndpoint;
 | 
					        public IPAddress TunnelEndpoint;
 | 
				
			||||||
        public string EncryptionKey;
 | 
					        public string EncryptionKey;
 | 
				
			||||||
 | 
					        public string SSID;
 | 
				
			||||||
 | 
					        public string WirelessKey
 | 
				
			||||||
 | 
					        {
 | 
				
			||||||
 | 
					            get { return EncryptionKey; }
 | 
				
			||||||
 | 
					            set { EncryptionKey = value; }
 | 
				
			||||||
 | 
					        }
 | 
				
			||||||
 | 
					
 | 
				
			||||||
        public NetworkCard(int index, int HostID, string hostname, NicType theType = NicType.eth)
 | 
					        public NetworkCard(int index, int HostID, string hostname, NicType theType = NicType.eth)
 | 
				
			||||||
        {
 | 
					        {
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user