Hi Bernhard, On 09.03.2019 22:19, Bernhard Bitsch wrote: > ... >> On 09.03.2019 21:15, Matthias Fischer wrote: >> > ... >> Could you please check the resulting values for ON and OFF settings? >> >> Here: >> >> wlanap.cgi - ON is checked: >> /var/ipfire/wlanap/hostapd.conf => noscan=1 >> /var/ipfire/wlanap/settings => NOSCAN=on >> >> wlanap.cgi - OFF is checked: >> /var/ipfire/wlanap/hostapd.conf => noscan=0 >> /var/ipfire/wlanap/settings => NOSCAN=OFF >> >> Do you get the same results? >> >> Best, >> Matthias >> > > No, it's just the other way. Just as the original line reads, I think. > I also checked the functionality. If I check "Neighbourhood scan=off" hostapd generates a 40MHZ signal, and vice versa. > The semantics are ok also: "Neighbour scan=off" --> scan --> noscan=0. Ok, I think I mixed this up somehow before. After correcting the above line back to original I get: wlanap.cgi - ON is checked: /var/ipfire/wlanap/hostapd.conf => noscan=0 /var/ipfire/wlanap/settings => NOSCAN=off wlanap.cgi - OFF is checked: /var/ipfire/wlanap/hostapd.conf => noscan=1 /var/ipfire/wlanap/settings => NOSCAN=on And the appropriate choice remains checked. Duh! Correct!? Best, Matthias