wlan: Batch scan support in P2P GO mode

Batch scan IOCTL handlers in hdd_hostapd_ioctl to support
batch scan feature in P2P GO mode

Change-Id: I3df1726a8157277aa214a97542204bc95e026d6d
CRs-fixed: 597546
diff --git a/CORE/HDD/src/wlan_hdd_hostapd.c b/CORE/HDD/src/wlan_hdd_hostapd.c
index 70322cc..16e6e0c 100644
--- a/CORE/HDD/src/wlan_hdd_hostapd.c
+++ b/CORE/HDD/src/wlan_hdd_hostapd.c
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2012-2013, The Linux Foundation. All rights reserved.
+ * Copyright (c) 2012-2014, The Linux Foundation. All rights reserved.
  *
  * Previously licensed under the ISC license by Qualcomm Atheros, Inc.
  *
@@ -335,6 +335,13 @@
             hdd_setP2pOpps(dev, command);
         }
 
+#ifdef FEATURE_WLAN_BATCH_SCAN
+        else if( strncmp(command, "WLS_BATCHING", 12) == 0 )
+        {
+           ret = hdd_handle_batch_scan_ioctl(pAdapter, &priv_data, command);
+        }
+#endif
+
         /*
            command should be a string having format
            SET_SAP_CHANNEL_LIST <num of channels> <the channels seperated by spaces>