qcacmn: Add ucfg_wifi_pos set/get apis for FTM value

Define ucfg_wifi_pos apis for set/get of fine_time_meas_initiator.

Change-Id: Id33ba633c58e5b286211da9343797fc99ec364aa
CRs-Fixed: 2124286
This commit is contained in:
Naveen Rawat
2017-10-10 14:18:48 -07:00
کامیت شده توسط snandini
والد 73b1f73a8c
کامیت 9523aa15fa
5فایلهای تغییر یافته به همراه45 افزوده شده و 41 حذف شده

مشاهده پرونده

@@ -292,13 +292,21 @@ QDF_STATUS wifi_pos_populate_caps(struct wlan_objmgr_psoc *psoc,
struct wifi_pos_driver_caps *caps);
/**
* wifi_pos_set_ftm_cap: API to set fine timing measurement caps
* ucfg_wifi_pos_get_ftm_cap: API to get fine timing measurement caps
* @psoc: psoc object
*
* Return: FTM value
*/
uint32_t ucfg_wifi_pos_get_ftm_cap(struct wlan_objmgr_psoc *psoc);
/**
* ucfg_wifi_pos_set_ftm_cap: API to set fine timing measurement caps
* @psoc: psoc object
* @val: value to set
*
* Return: None
*/
void wifi_pos_set_ftm_cap(struct wlan_objmgr_psoc *psoc, uint32_t val);
void ucfg_wifi_pos_set_ftm_cap(struct wlan_objmgr_psoc *psoc, uint32_t val);
/**
* wifi_pos_get_app_pid: returns oem app pid.