]> git.ipfire.org Git - thirdparty/hostap.git/blobdiff - src/drivers/driver.h
Remove unused disassociate() driver_ops
[thirdparty/hostap.git] / src / drivers / driver.h
index e07df86a40da46f10d3d18fbbbd2ade13f45c1ed..ccc5a0e038a710fca5b89336120224cd8cc36614 100644 (file)
@@ -1200,17 +1200,6 @@ struct wpa_driver_ops {
         */
        int (*deauthenticate)(void *priv, const u8 *addr, int reason_code);
 
-       /**
-        * disassociate - Request driver to disassociate
-        * @priv: private driver interface data
-        * @addr: peer address (BSSID of the AP)
-        * @reason_code: 16-bit reason code to be sent in the disassociation
-        *      frame
-        *
-        * Returns: 0 on success, -1 on failure
-        */
-       int (*disassociate)(void *priv, const u8 *addr, int reason_code);
-
        /**
         * associate - Request driver to associate
         * @priv: private driver interface data