When configuring the TX power via the Web User Interface (WUI), the value is correctly written to the configuration file:
/var/ipfire/wlanap/settings
Specifically, the TXPOWER parameter is updated as expected.
However, this value is not propagated to the generated hostapd configuration file:
/etc/hostapd.conf
After restarting the wireless service (hostapd), the TXPOWER setting is not reflected in the effective configuration, and the transmit power remains unchanged.
Steps to reproduce:
-
Set TX power via WUI
-
Verify that
/var/ipfire/wlanap/settingscontains the updatedTXPOWERvalue -
Restart the wireless service (
/etc/init.d/hostapd restart) -
Check
/etc/hostapd.conf
Expected behavior:
The TXPOWER value from /var/ipfire/wlanap/settings should be applied to /etc/hostapd.conf and take effect after restarting the service.
Actual behavior:
The value is stored in /var/ipfire/wlanap/settings but not transferred to /etc/hostapd.conf, resulting in no change to the effective TX power.
Environment:
- IPFire version: 200