mka: Store cipher suite ID in a u64 instead of u8 pointer
[mech_eap.git] / src / drivers / driver.h
index 591943d..a449cc9 100644 (file)
@@ -3319,7 +3319,7 @@ struct wpa_driver_ops {
         * @cs: EUI64 identifier
         * Returns: 0 on success, -1 on failure (or if not supported)
         */
-       int (*set_current_cipher_suite)(void *priv, const u8 *cs);
+       int (*set_current_cipher_suite)(void *priv, u64 cs);
 
        /**
         * enable_controlled_port - Set controlled port status