3
0
mirror of https://git.kernel.org/pub/scm/network/wireless/iwd.git synced 2025-03-03 22:40:39 +01:00
iwd/autotests
James Prestwood cbe454a46a auto-t: wpas.py: don't require strict match on wait_for_event
wait_for_event was checking the event string presence in the rx_data
array which meant the event string had to match perfectly to any
received events. This poses problems with events that include additional
information which the caller may not be able to know or does not care
about. For example:

DPP-RX src=02:00:00:00:02:00 freq=2437 type=11

Waiting for this event previously would require the caller know src, freq,
and type. If the caller only wants to wait for DPP-RX, it can now do that.
2022-01-04 12:02:42 -06:00
..
2021-08-17 11:44:36 -05:00
2019-08-07 16:37:51 -05:00
2021-08-17 17:02:32 -05:00