policy: make roam-steers client-rejectable
[project/usteer.git] / usteer.h
index 49c3651a2fe9092bb0b46f6d6d05ce67233edb1c..6a58659221bb46a1e2809b27ead985ab81494c4e 100644 (file)
--- a/usteer.h
+++ b/usteer.h
@@ -219,9 +219,6 @@ enum roam_trigger_state {
        ROAM_TRIGGER_IDLE,
        ROAM_TRIGGER_SCAN,
        ROAM_TRIGGER_SCAN_DONE,
-       ROAM_TRIGGER_WAIT_KICK,
-       ROAM_TRIGGER_NOTIFY_KICK,
-       ROAM_TRIGGER_KICK,
 };
 
 struct sta_info {
@@ -254,6 +251,8 @@ struct sta_info {
                uint64_t timestamp;
        } bss_transition_response;
 
+       uint64_t kick_time;
+
        int kick_count;
 
        uint32_t below_min_snr;