aboutsummaryrefslogtreecommitdiffstats
path: root/src/drivers/driver.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/drivers/driver.h')
-rw-r--r--src/drivers/driver.h16
1 files changed, 16 insertions, 0 deletions
diff --git a/src/drivers/driver.h b/src/drivers/driver.h
index a5c5f92..096891a 100644
--- a/src/drivers/driver.h
+++ b/src/drivers/driver.h
@@ -2864,6 +2864,22 @@ enum wpa_event_type {
EVENT_SIGNAL_CHANGE,
/**
+ * EVENT_ROAMING_ENABLED - Notify that the driver can do roaming again
+ *
+ * This event is used to indicate that the driver can do roaming
+ * and bgscan after it was previosly disabled
+ */
+ EVENT_ROAMING_ENABLED,
+
+ /**
+ * EVENT_ROAMING_DISABLED - Notify that the driver can't do roaming
+ *
+ * This event is used to indicate that the driver can't do roaming
+ * and bgscan and roaming attempts should be disabled
+ */
+ EVENT_ROAMING_DISABLED,
+
+ /**
* EVENT_INTERFACE_ENABLED - Notify that interface was enabled
*
* This event is used to indicate that the interface was enabled after