Skip to content

Commit

Permalink
Enabled DPP for all wireless configs and reduced PSK lookout timeout …
Browse files Browse the repository at this point in the history
…(v1.2.1)
  • Loading branch information
craigpratt committed Feb 28, 2023
1 parent 11be978 commit ff8aa5e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion distribution/Makefile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
.PHONY: all clean distclean deb scp

VERSION=1.2.0
VERSION=1.2.1
DIST=U18.04+
FBASE=micronets-gw
SDIRS=../filesystem
Expand Down
4 changes: 2 additions & 2 deletions micronets-gw-service/config.py
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ class NetreachDefaultSettings():
NETREACH_ADAPTER_USE_DEVICE_PASS = True
NETREACH_ADAPTER_PSK_LOOKUP_TIMEOUT_S = 4
NETREACH_ADAPTER_PSK_CACHE_ENABLED = True
NETREACH_ADAPTER_PSK_CACHE_EXPIRE_S = 60
NETREACH_ADAPTER_PSK_CACHE_EXPIRE_S = 30
NETREACH_ADAPTER_VXLAN_PEER_INAME_PREFIX = "nap."
NETREACH_ADAPTER_VXLAN_PEER_INAME_FORMAT = "nap.{short_ap_id}.{vlan:x}"
NETREACH_ADAPTER_VXLAN_NET_BRIDGE = "brhapd"
Expand Down Expand Up @@ -157,7 +157,7 @@ class WiredGatewayConfigWithWebsocketLookup (WiredGatewayConfig):

class WirelessGatewayConfig (ReferenceGatewaySettings):
# Note: No websocket connection is setup
DPP_ADAPTER_ENABLED = False
DPP_ADAPTER_ENABLED = True
FLOW_ADAPTER_ENABLED = True
HOSTAPD_ADAPTER_ENABLED = True
DEBUG = False
Expand Down

0 comments on commit ff8aa5e

Please # to comment.