Hello, I updated to Core-Update 200 including hostapd-f747ae0-74 today and now my Wireless Access Points fails to start.
Looking at the logs I see the following:
13:46:44 hostapd: Configuration file: /etc/hostapd.conf 13:46:44 hostapd: ctrl_interface_group=0 13:46:44 hostapd: HT (IEEE 802.11n) in 11b mode is not allowed, disabling HT capabilities 13:46:44 hostapd: nl80211: Kernel version: Linux 6.18.7-ipfire (#1 SMP PREEMPT_DYNAMIC Tue Feb 24 14:01:17 GMT 2026; x86_64) 13:46:44 hostapd: nl80211: Maximum supported attribute ID: 345 13:46:44 hostapd: nl80211: Initialize interface blue0 (driver: rt2800usb)
hostapd goes through a whole discovery process and then concludes with…
13:46:45 hostapd: Driver does not support configured HT capability [HT40*] 13:46:45 hostapd: blue0: interface state COUNTRY_UPDATE->DISABLED 13:46:45 hostapd: blue0: AP-DISABLED
I did not configure any HT capabilities, but I do see that the auto-generated etc/hostapd.conf does include the following…
OK. So happy resolution on this one… Odd, but happy…
I simply navigated back to IPFire >> Wireless Access Point in the WUI and clicked “Save” - I modified nothing, but just clicked it after re-reviewing the available settings for correctness.
Upon refresh of the page in my browser, the WUI displayed Wireless Access Point as “Running”… I looked over at my phone and it was connected to Wireless within a couple of seconds.
When I looked at the log it no longer complained about HT capabilities…
[HT40+] and [HT40-] mean that you like to extend the selected channel to a 40 MHz channel either above or below the selected channel. If you are selecting channel 1, there simply is no lower channel, and if you are selecting channel 12/13 (depending on where you are) there is no higher channel.
The capability will be enabled if your hardware reports that it supports it.
The (V)HTCAPS are now selected by the hostapd addon.
But to be active, a save is needed. The save operation of the WUI starts the configuration part.
First problems with hostapd originated in an unsufficient transition to the new functionality. These issues are solved by CU200, as far as I can see.