mka: Store cipher suite ID in a u64 instead of u8 pointer
[mech_eap.git] / wpa_supplicant / wpas_kay.c
index 7e1b51a..d6ec8c5 100644 (file)
@@ -50,7 +50,7 @@ static int wpas_set_replay_protect(void *wpa_s, Boolean enabled, u32 window)
 }
 
 
-static int wpas_set_current_cipher_suite(void *wpa_s, const u8 *cs)
+static int wpas_set_current_cipher_suite(void *wpa_s, u64 cs)
 {
        return wpa_drv_set_current_cipher_suite(wpa_s, cs);
 }