updates to emane model config storage, fixes to reconnecting to a wlan session

This commit is contained in:
Blake Harnden 2019-11-21 16:41:38 -08:00
parent b983a09ae7
commit 97cb1444f3
9 changed files with 111 additions and 203 deletions

View file

@ -1017,7 +1017,7 @@ class WlanNode(CoreNetwork):
"""
apitype = NodeTypes.WIRELESS_LAN.value
linktype = LinkTypes.WIRELESS.value
linktype = LinkTypes.WIRED.value
policy = "DROP"
type = "wlan"