wlan.ini 1.3 KB

1234567891011121314151617181920212223242526272829303132333435363738
  1. ;++++++++++++++++++++++++++++++++++
  2. ; AI on the edge - WLAN configuration
  3. ;++++++++++++++++++++++++++++++++++
  4. ; ssid: Name of WLAN network (mandatory), e.g. "WLAN-SSID"
  5. ; password: Password of WLAN network (mandatory), e.g. "PASSWORD"
  6. ssid = ""
  7. password = ""
  8. ;++++++++++++++++++++++++++++++++++
  9. ; hostname: Name of device in network, e.g "watermeter"
  10. ; This parameter can be configured via WebUI configuration
  11. ; Default: "watermeter", if nothing is configured
  12. ;hostname = "watermeter"
  13. ;++++++++++++++++++++++++++++++++++
  14. ; Fixed IP: If you like to use fixed IP instead of DHCP (default), the following
  15. ; parameters needs to be configured: ip, gateway, netmask are mandatory, dns optional
  16. ;ip = "xxx.xxx.xxx.xxx"
  17. ;gateway = "xxx.xxx.xxx.xxx"
  18. ;netmask = "xxx.xxx.xxx.xxx"
  19. ; DNS server (optional, if no DNS is configured, gateway address will be used)
  20. ;dns = "xxx.xxx.xxx.xxx"
  21. ;++++++++++++++++++++++++++++++++++
  22. ; WIFI Roaming:
  23. ; Network assisted roaming protocol is activated by default
  24. ; AP / mesh system needs to support roaming protocol 802.11k/v
  25. ;
  26. ; Optional feature (usually not neccessary):
  27. ; RSSI Threshold for client requested roaming query (RSSI < RSSIThreshold)
  28. ; Note: This parameter can be configured via WebUI configuration
  29. ; Default: 0 = Disable client requested roaming query
  30. RSSIThreshold = 0