linux-wifi-hotspot icon indicating copy to clipboard operation
linux-wifi-hotspot copied to clipboard

Some features needed and we may learn from OpenWrt

Open Cheedoong opened this issue 3 years ago • 2 comments

  1. Setting of power level.
    • We can get maximum txpower through command iw phy. https://github.com/openwrt/mt76/issues/216
  2. MU-MIMO support.
    • https://wireless.wiki.kernel.org/en/users/Drivers/ath10k/configuration
  3. Wi-Fi channel auto-selection.
    • https://wiki.gentoo.org/wiki/Hostapd # the channel to use, 0 means the AP will search for the channel with the least interferences (ACS) channel=0
    • https://github.com/PoweredLocal/openwrt-auto-channel-select
    • https://www.techjunkie.com/dont-trust-your-wi-fi-routers-automatic-channel-switcher/
  4. WMM support.
    • In some conditions, closing WMM is a better choice.

Cheedoong avatar Dec 10 '20 16:12 Cheedoong

Thank you for the suggestions. We can try to implement those one by one.

lakinduakash avatar Dec 11 '20 05:12 lakinduakash

For ACS, see oblique/create_ap#435

JonFStr avatar Feb 29 '24 19:02 JonFStr