linux-wifi-hotspot
linux-wifi-hotspot copied to clipboard
Some features needed and we may learn from OpenWrt
- Setting of power level.
- We can get maximum txpower through command
iw phy
. https://github.com/openwrt/mt76/issues/216
- We can get maximum txpower through command
- MU-MIMO support.
- https://wireless.wiki.kernel.org/en/users/Drivers/ath10k/configuration
- 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/
- WMM support.
- In some conditions, closing WMM is a better choice.
Thank you for the suggestions. We can try to implement those one by one.
For ACS, see oblique/create_ap#435