mirror of
https://git.kernel.org/pub/scm/network/wireless/iwd.git
synced 2024-12-22 21:22:37 +01:00
station: add OWE_HIDDEN_STARTED/FINISHED events
This commit is contained in:
parent
81816ce04d
commit
e6f5efbe73
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user