diff options
| author | Krishna Kumaar Natarajan <kknatara@qca.qualcomm.com> | 2015-12-04 14:01:46 -0800 |
|---|---|---|
| committer | Akash Patel <akashp@codeaurora.org> | 2016-02-08 15:50:45 -0800 |
| commit | 53ca2905f82512ae91f686a54cb5ccfe5c7dd327 (patch) | |
| tree | f6823c45b5d72f90658c2fa666b0b3ff60a57c5a /core/utils/ptt | |
| parent | 1ae4911ae55bf9ab638e3f45cb31f4cd25360824 (diff) | |
qcacld-3.0: Add support for get and set OEM capability
Add support for get and set OEM capability over private netlink
socket.
Change-Id: I8c4a8c19633845750ec9d2492632471c68ba410d
CRs-Fixed: 949469
Diffstat (limited to 'core/utils/ptt')
| -rw-r--r-- | core/utils/ptt/inc/wlan_ptt_sock_svc.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/core/utils/ptt/inc/wlan_ptt_sock_svc.h b/core/utils/ptt/inc/wlan_ptt_sock_svc.h index 121fcbac7579..a328d8ecc3d0 100644 --- a/core/utils/ptt/inc/wlan_ptt_sock_svc.h +++ b/core/utils/ptt/inc/wlan_ptt_sock_svc.h @@ -66,6 +66,10 @@ #define ANI_MSG_CHANNEL_INFO_RSP (ANI_DRIVER_MSG_START + 5) #define ANI_MSG_OEM_ERROR (ANI_DRIVER_MSG_START + 6) #define ANI_MSG_PEER_STATUS_IND (ANI_DRIVER_MSG_START + 7) +#define ANI_MSG_SET_OEM_CAP_REQ (ANI_DRIVER_MSG_START + 8) +#define ANI_MSG_SET_OEM_CAP_RSP (ANI_DRIVER_MSG_START + 9) +#define ANI_MSG_GET_OEM_CAP_REQ (ANI_DRIVER_MSG_START + 10) +#define ANI_MSG_GET_OEM_CAP_RSP (ANI_DRIVER_MSG_START + 11) #define ANI_MAX_RADIOS 3 #define ANI_NL_MSG_OK 0 |
