wlan-ap icon indicating copy to clipboard operation
wlan-ap copied to clipboard

WIFI-13385: Fix DFS usage during csa

Open mkwacz opened this issue 1 year ago • 1 comments

We noticed two issues with DFS usage:

  • can not use DFS channels with ubus channel switch command:

ubus call hostapd.wlan0 switch_chan '{"freq":5260,"bcn_count":10}' Command failed: Operation not supported

PR with fix:

  • invalid opclass during channel switch with DFS channels (the same issue with hostap upstream):

"Could not convert op_class 124 channel 108 to operating frequency"

mkwacz avatar Apr 11 '24 06:04 mkwacz

Hi,

Crated PR but not sure what is the current process with hostap patches. Should first send patch to hostap community or we can do that later?

mkwacz avatar Apr 11 '24 06:04 mkwacz

Changes were merged and reverted from master due to build issue for 3 profiles. Fixed it and run the build: https://github.com/Telecominfraproject/wlan-ap/actions/runs/8709189657

Please review once again.

mkwacz avatar Apr 17 '24 04:04 mkwacz

PR updated, added patches to ipq807x_v5.4

mkwacz avatar Apr 30 '24 15:04 mkwacz

merged, Thanks !

blogic avatar Apr 30 '24 16:04 blogic