How do I change the channel for WLAN AP mode [answered]
Hello,
I have a question about changing the wifi channel to a specific one in wifi tethering mode. In the HMI there is no option for it. Is there a config file to set the channel to e.g. 12 or 13? I bet there is but I'm too stupid to find... ;-)
Thanks!
You could try with iwconfig from the CLI. I assume this needs root though and I cannot check yet as my dear Jolla is out for repair.
Something like
Venty ( 2015-02-18 15:48:21 +0200 )editiwconfig wlan0 channel 13
should be it.Hello, Thank you for your help. Unfortunately wlan0 disappears to be an configurable
Kerwes ( 2015-02-18 17:43:36 +0200 )editiwconfig
device after enabling tethering via Settings. If I typeiwconfig wlan0 mode master
it prints an error. I think this is solved differently in the Jolla phone. But thanks anyway. Helped me learn a lot more about Wireless interfaces in Linux!