On 2018/04/14 03:40, Peter Oh wrote:
This error is not due to DFS-CAC-START error, but something else if I
read your test script correct.
CAC did not start - assume not supported
+ ev = wait_dfs_event(dev[i], "DFS-CAC-START", 5)
+ if "DFS-CAC-START" not in ev:
+ # For now, assume DFS is not supported by all kernel builds.
+ raise HwsimSkip("CAC did not start - assume not supported")
The error "DFS event timed out" is sent by function wait_dfs_event().
By some retrials, the DFS-CAC-START event does not always come.
This looks not be caused by your patches.
I will drop this test case until I can find out the cause.
Masashi Honma.
_______________________________________________
Hostap mailing list
Hostap@xxxxxxxxxxxxxxxxxxx
http://lists.infradead.org/mailman/listinfo/hostap