Disable device password with correct password

Current disableDevicePassword calls in WifiEnterpriseTest and
WifiEnterpriseRoamingTest will be failure because the changes
of LockPatternUtils.

Bug: 129369317
Test: WifiEnterpriseTest, WifiEnterpriseRoamingTest
Change-Id: If4a42bbbc6a0ba7e8b268fa3013c5fa37778f340
diff --git a/acts/tests/google/wifi/WifiEnterpriseTest.py b/acts/tests/google/wifi/WifiEnterpriseTest.py
index fd70e24..79c4065 100755
--- a/acts/tests/google/wifi/WifiEnterpriseTest.py
+++ b/acts/tests/google/wifi/WifiEnterpriseTest.py
@@ -145,7 +145,7 @@
 
     def teardown_class(self):
         wutils.reset_wifi(self.dut)
-        self.dut.droid.disableDevicePassword()
+        self.dut.droid.disableDevicePassword(self.device_password)
         self.dut.ed.clear_all_events()
 
     def setup_test(self):