wlcore: ROC on AP channel before auth reply
[firefly-linux-kernel-4.4.55.git] / drivers / net / wireless / ti / wlcore / wlcore_i.h
index e5e146435fe77e34bc04ac7bca36a1e8e553a17a..14fd1111cfd6b943174f6b73e2fb8a258e0755b3 100644 (file)
@@ -456,6 +456,15 @@ struct wl12xx_vif {
         */
        int hw_queue_base;
 
+       /* do we have a pending auth reply? (and ROC) */
+       bool ap_pending_auth_reply;
+
+       /* time when we sent the pending auth reply */
+       unsigned long pending_auth_reply_time;
+
+       /* work for canceling ROC after pending auth reply */
+       struct delayed_work pending_auth_complete_work;
+
        /*
         * This struct must be last!
         * data that has to be saved acrossed reconfigs (e.g. recovery)