3
0
mirror of https://git.kernel.org/pub/scm/network/wireless/iwd.git synced 2025-03-03 14:20:40 +01:00
iwd/autotests
James Prestwood 31b5275c1f auto-t: hostapd.py: use IO watch for hostapd events
With how fast UML is hostapd events were being sent out prior to
ever calling wait_for_event. Instead set an IO watch on the control
socket and cache all events as they come. Then, when wait_for_event
is called, it can reference this list. If the event is found any
older events are purged from the list.

The AP-ENABLED event needed a special case because hostapd gets
started before the IO watch can be registered. To fix this an
enabled property was added which queries the state directly. This
is checked first, and if not enabled wait_for_event continues normally.
2022-03-31 18:12:59 -05: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
2022-03-31 18:12:56 -05:00
2022-03-28 12:38:15 -05:00