Give NIC an ssid and WirelessKey
This commit is contained in:
parent
fb4269ef3b
commit
100dd50cb4
@ -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)
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user