]> git.ipfire.org Git - thirdparty/hostap.git/blobdiff - src/drivers/driver.h
nl80211/SME: Use reassociation when roaming within the ESS
[thirdparty/hostap.git] / src / drivers / driver.h
index 89400cd78bfd5532094bd1f619223558ff866436..73658475bbf250822aef29a2a68793bb2f5b2766 100644 (file)
@@ -409,6 +409,14 @@ struct wpa_driver_associate_params {
         * still be allowed for key negotiation.
         */
        int drop_unencrypted;
+
+       /**
+        * prev_bssid - Previously used BSSID in this ESS
+        *
+        * When not %NULL, this is a request to use reassociation instead of
+        * association.
+        */
+       const u8 *prev_bssid;
 };
 
 /**