I configured blue interface and it works but I see that WiFi AP is configured to 40MHz bandwidth even I explicitly configured bandwidth to 20 MHz in hostapd. I see it on my Android phone that runs application ‘WiFi scanner’. And I see it in ipfire, at hostapd page…
I selected mode IEEEE 802.11an/gn @20 MHz but it is ignored and I see:
This mini PC is Fujitsu Futro S920 with CPU AMD GX-222GC and it is connected to gigabit optical internet and speedtest.net shows that it can handle this internet speed without speed degradation (green interface)…
I confirm then when I comment line with out MODE then WiFi start starts to use only 20 MHz bandwidth. The same happens when I configure hostapd to mode ‘IEEE 802.11a/g @ 20 MHz’, then MODE is set to 20, I see in both cases the same status:
I assume when line with MODE is commented out than mode is configured to 802.11a/g.
The WiFi status can be printed from CLI with command iw blue0 info. I do not know how to get WiFi standard that is used (802.11a/g, 802.11an/gn, 802.11ac, 802.11ax, …)
I understand that after implementing the suggested changes, it works as expected.
I believe the handling of WLAN configuration has changed in newer versions of IPFire.
If you migrated, you should comment out or remove all entries in the /var/ipfire/wlanap/settings file.
All changes to WLAN parameters are made through the GUI.
if you want to check what the wlan interface can do, use the iw list command
Additionally, any change in the wlan configuration can be seen in the Wireless Access Point Configuration tab (gui WiFi Status)
The problem isn’t based on the card, but the hostapd start operation.
The CU202 file /etc/init.d/hostapd doesn’t set 20MHz bandwidth.
CU203 has the correction.
I upgraded to C203 a few minutes ago and that was a big mistake. DNS is broken. I cannot upgrade packages, to upgrade hostpad, ipfire gateway cannot resolve DNS, it cannot upgrade new packages. I cannot recommend upgrade to C203, the replacement of unbind with knot was not an easy task and C203 is just broken…
I see even error on ipfire CLI, when I try host google.com, I see some strange errors from “C code”, I cannot copy it here becouse I cannot access computer behind ipfire, I work on a backup internet connection…
I see that WiFi still uses 40MHz bandwith even it is configured to use 20MHz but it could be fixed once `hostapd`` will be upgraded (once I will fix DNS).