wlan-configuration.rst 1.8 KB

12345678910111213141516171819202122232425262728293031323334
  1. WLAN configuration
  2. ==================
  3. Gluon allows to configure 2.4GHz and 5GHz radios independently. The configuration
  4. may include any or all of the three networks "client" (AP mode), "mesh" (802.11s
  5. mode) and "ibss" (adhoc mode), which can be used simultaneously (using "mesh" and
  6. "ibss" at same time should be avoided though as weaker hardware usually can't handle the additional
  7. load). See :doc:`../user/site` for details on the configuration.
  8. Upgrade behaviour
  9. -----------------
  10. For each of these networks, the site configuration may define a `disabled` flag (by
  11. default, all configured networks are enabled). This flag is merely a default setting,
  12. on upgrades the existing setting is always retained (as this setting may have been changed
  13. by the user). This means that it is not possible to enable or disable an existing network
  14. configurations during upgrades.
  15. For the "mesh" and "ibss" networks, the default setting only has an effect if none
  16. of the two has existed before. If a new configuration has been added for "mesh" or "ibss",
  17. while the other of the two has already existed before, the enabled/disabled state of the
  18. existing configuration will also be set for the new configuration.
  19. This allows upgrades to change from IBSS to 11s and vice-versa while retaining the
  20. "wireless meshing is enabled/disabled" property configured by the user regardless
  21. of the used mode.
  22. During upgrades the wifi channel of the 2.4GHz and 5GHz radio will be restored to the channel
  23. configured in the site.conf. If you need to preserve a user defined wifi channel during upgrades
  24. you can configure this via the uci section ``gluon-core.wireless``::
  25. uci set gluon-core.@wireless[0].preserve_channels='1'
  26. Keep in mind that nodes running wifi interfaces on custom channels can't mesh with default nodes anymore!