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
1 changed files with 2 additions and 0 deletions

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);