fix handling of command for bssid hot list

making sure to remove the command from memory
bug: 21169620

Change-Id: If5b39d2b1a16e4cf1ce0eb7cb5e5215f004c3ddb
diff --git a/service/java/com/android/server/wifi/WifiNative.java b/service/java/com/android/server/wifi/WifiNative.java
index 699089a..5a1505f 100644
--- a/service/java/com/android/server/wifi/WifiNative.java
+++ b/service/java/com/android/server/wifi/WifiNative.java
@@ -1550,7 +1550,7 @@
             }
 
             sHotlistEventHandler = eventHandler;
-            if (setHotlistNative(sWlan0Index, sScanCmdId, settings) == false) {
+            if (setHotlistNative(sWlan0Index, sHotlistCmdId, settings) == false) {
                 sHotlistEventHandler = null;
                 return false;
             }