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
2017-02-16 14:44:31 +05:30
提交者 qcabuildsw
父節點 9c4bab8303
當前提交 bdfe435baf
共有 2 個檔案被更改,包括 1067 行新增319 行删除

檔案差異因為檔案過大而無法顯示 載入差異

查看文件

@@ -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 */