瀏覽代碼

qcacld-3.0: Add INI/IOCTL template for Scan functionality

Add INI and IOCTL template for Scan functionality for
documentation.

Change-Id: I8a12d9f8ae964e84fdad32b96634fbdea51bd739
CRs-Fixed: 1113968
yeshwanth sriram guntuka 8 年之前
父節點
當前提交
bdfe435baf
共有 2 個文件被更改,包括 1083 次插入21 次删除
  1. 1047 21
      core/hdd/inc/wlan_hdd_cfg.h
  2. 36 0
      core/hdd/src/wlan_hdd_wext.c

文件差異過大導致無法顯示
+ 1047 - 21
core/hdd/inc/wlan_hdd_cfg.h


+ 36 - 0
core/hdd/src/wlan_hdd_wext.c

@@ -124,6 +124,24 @@ static const hdd_freq_chan_map_t freq_chan_map[] = {
 #define WE_WOWL              2
 #define WE_SET_POWER         3
 #define WE_SET_MAX_ASSOC     4
+/*
+ * <ioctl>
+ * scan_diable - Disable scan
+ *
+ * @INPUT: set_value
+ *
+ * @OUTPUT: None
+ *
+ * This IOCTL is used to set disable scan
+ *
+ * @E.g: iwpriv wlan0 scan_disable 1
+ *
+ * Supported Feature: Scan
+ *
+ * Usage: Internal/External
+ *
+ * </ioctl>
+ */
 #define WE_SET_SCAN_DISABLE  5
 #define WE_SET_DATA_INACTIVITY_TO  6
 #define WE_SET_MAX_TX_POWER  7
@@ -539,6 +557,24 @@ static const hdd_freq_chan_map_t freq_chan_map[] = {
 /* Sub ioctls 11 to 16 are not used */
 #define WE_GET_RECOVERY_STAT       17
 #define WE_GET_FW_PROFILE_DATA     18
+/*
+ * <ioctl>
+ * stop_obss_scan - Stop obss scan
+ *
+ * @INPUT: None
+ *
+ * @OUTPUT: None
+ *
+ * This IOCTL is used to stop obss scan
+ *
+ * @E.g: iwpriv wlan0 stop_obss_scan
+ *
+ * Supported Feature: Scan
+ *
+ * Usage: Internal/External
+ *
+ * </ioctl>
+ */
 #define WE_STOP_OBSS_SCAN          19
 
 /* Private ioctls and their sub-ioctls */

部分文件因文件數量過多而無法顯示