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-12 16:59:03 -05:00
2021-01-27 13:42:58 -06:00
2021-08-13 15:18:40 -05:00
2021-11-02 16:14:55 -05:00
2020-09-10 17:59:49 -05:00
2021-08-12 15:14:07 -05:00
2021-10-20 16:44:28 -05:00
2021-10-19 15:29:26 -05:00
2021-08-12 16:59:03 -05:00
2021-10-20 16:51:58 -05:00
2020-09-10 17:59:49 -05:00
2021-08-12 16:59:03 -05:00
2021-08-17 11:44:36 -05:00
2021-08-17 17:02:32 -05:00
2021-08-17 11:44:36 -05:00
2021-08-17 11:44:36 -05:00
2021-08-17 11:44:36 -05:00
2021-08-17 11:44:36 -05:00
2021-08-17 11:44:36 -05:00
2021-02-26 10:08:10 -06:00
2021-02-26 10:08:10 -06:00
2021-11-11 14:29:54 -06:00
2021-11-11 14:29:54 -06:00
2021-11-11 14:29:54 -06:00
2021-10-20 16:52:18 -05:00
2021-12-24 14:28:55 -06:00
2021-08-18 19:53:19 -05:00
2021-08-12 16:59:03 -05:00
2021-08-12 16:59:03 -05:00
2021-11-11 14:29:54 -06:00
2021-08-12 16:59:03 -05:00
2021-09-08 20:05:07 -05:00
2021-12-22 18:10:42 -06:00
2021-11-30 15:49:08 -06:00
2021-11-11 14:29:54 -06:00
2021-11-23 12:19:18 -06:00
2021-08-18 19:53:19 -05:00
2021-08-12 16:59:03 -05:00
2021-08-18 19:53:19 -05:00
2021-09-28 17:40:11 -05:00
2021-07-14 19:02:06 -05:00
2021-11-11 14:29:54 -06:00
2021-08-25 08:51:45 -05:00
2021-10-19 13:28:03 -05:00
2021-08-17 11:44:36 -05:00
2021-08-12 16:59:05 -05:00
2021-08-12 16:59:03 -05:00
2021-08-12 16:59:03 -05:00
2021-10-08 13:28:04 -05:00
2021-08-12 16:59:03 -05:00
2021-08-12 16:59:03 -05:00
2021-08-12 16:59:03 -05:00
2022-01-04 12:02:42 -06:00