Feature-rich wifi hotspot creator for Linux which provides both GUI and command-line interface. It is also able to create a hotspot using the same wifi card which is connected to an AP already ( Similar to Windows 10).
BSD 2-Clause "Simplified" License
3.37k
stars
311
forks
source link
Frequency band set to 2.4GHz but reverts to 5GHz #402
Describe the bug
I have a setup with a Raspberry Pi 5, Ubuntu 23 running a hotspot at 2.4GHz and everything works great for some time. After a while the hotspot reverts to 5GHz, which means my 2.4GHz devices cannot connect anymore. I need to restart the hotspot for it to use 2.4GHz again. /etc/create_ap.conf shows correctly that FREQ_BAND=2.4
Installation is done from source.
To Reproduce
Steps to reproduce the behavior:
Create a hotspot from the GUI with Frequency band at 2.4GHz
Connect device
Wait ..
Hotspot reverts to 5GHz and 2.4GHz devices cannot connect anymore
Expected behavior
I expect the hotspot to run exclusive at 2.4GHz and not 5GHz.
Desktop (please complete the following information):
OS: Ubuntu
Version 23.10
Additional context
I am running the Raspberry Pi 5 as a client and hotspot. I connect it to my local network for internet, and run a hotspot for other devices to connect. It works great for a while until it changes the frequency band.
Describe the bug I have a setup with a Raspberry Pi 5, Ubuntu 23 running a hotspot at 2.4GHz and everything works great for some time. After a while the hotspot reverts to 5GHz, which means my 2.4GHz devices cannot connect anymore. I need to restart the hotspot for it to use 2.4GHz again.
/etc/create_ap.conf
shows correctly thatFREQ_BAND=2.4
Installation is done from source.
To Reproduce Steps to reproduce the behavior:
Expected behavior I expect the hotspot to run exclusive at 2.4GHz and not 5GHz.
Desktop (please complete the following information):
Additional context I am running the Raspberry Pi 5 as a client and hotspot. I connect it to my local network for internet, and run a hotspot for other devices to connect. It works great for a while until it changes the frequency band.