3
0
mirror of https://git.kernel.org/pub/scm/network/wireless/iwd.git synced 2024-12-22 13:02:44 +01:00

station: add OWE_HIDDEN_STARTED/FINISHED events

This commit is contained in:
James Prestwood 2021-09-15 10:36:19 -07:00 committed by Denis Kenzior
parent 81816ce04d
commit e6f5efbe73

View File

@ -48,6 +48,8 @@ enum station_state {
enum station_event {
STATION_EVENT_ANQP_STARTED,
STATION_EVENT_ANQP_FINISHED,
STATION_EVENT_OWE_HIDDEN_STARTED,
STATION_EVENT_OWE_HIDDEN_FINISHED,
};
typedef void (*station_foreach_func_t)(struct station *, void *data);