Actions
Bug #636
openIf wlan0 does not support more than one channel then client and AP must use same channel
Start date:
26 May 2018
Due date:
% Done:
0%
Estimated time:
Severity:
01 - Critical
Description
Check the output of iw list for the wlan0 interface:
$ iw list ... valid interface combinations: * #{ managed } <= 2048, #{ AP, mesh point } <= 8, #{ P2P-client, P2P-GO } <= 1, total <= 2048, #channels <= 1, STA/AP BI must match
Note "#channels <= 1". This means both client and AP must use the same channel, even if the user specifies a different channel. If this value is 2 or more then they can use different channels.
This has to be handled by S40network at bring up time. It must- Check how many channels it can use.
- If only 1
- Find wlan0 channel
- Update hostapd.conf channel entry.
Actions