You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hostapd failed when we try to switch channel with sigma_dut in AP mode and bandwidth 80MHz and more.
Because of hardcoded "sec_channel_offset=1" we can switch only to half of channels list. (36 - ok, 40 - failed, 44 - ok, 48 - failed, etc).
To fix that we need to calculate sec_channel_offset according to channel frequency, center_freq1 and bandwidth.
The text was updated successfully, but these errors were encountered:
The second VAP interface is started with wlan_tag #2 with the respective
channel and passphrase. Add the provision to store them for the second
VAP.
Also sets use_5g if ap_is_dual is set.
Signed-off-by: Jouni Malinen <[email protected]>
sigma-dut/ap.c
Line 12855 in d2b559b
Hostapd failed when we try to switch channel with sigma_dut in AP mode and bandwidth 80MHz and more.
Because of hardcoded "sec_channel_offset=1" we can switch only to half of channels list. (36 - ok, 40 - failed, 44 - ok, 48 - failed, etc).
To fix that we need to calculate sec_channel_offset according to channel frequency, center_freq1 and bandwidth.
The text was updated successfully, but these errors were encountered: