]> Gitweb @ Texas Instruments - Open Source Git Repositories - git.TI.com/gitweb - keystone-rtos/netapi.git/blobdiff - ti/runtime/netapi/netapi_sec.h
This commit adds the following:
[keystone-rtos/netapi.git] / ti / runtime / netapi / netapi_sec.h
index 0c7557c344bdeacad36d35c28224d060d1cf753d..1b1de57ca2b24bb234b4d32f0b88a4857cce64fa 100755 (executable)
@@ -245,9 +245,11 @@ void  netapi_getSaStats (NETAPI_T                   h,
 
 /**
  *  @ingroup cfg_security_functions
- *  @brief netapi_secGetChanHandles  API to get PA handle for security context
+ *  @brief netapi_secGetChanCtxInfo API to retrieve SA and PA channel handles for security
+ *   context if already configured
  *
- *  @details API to get PA handle for security context
+ *  @details API to retrieve SA and PA channel handles for security
+ *   context if already configured
  *  @param[in]  h       The NETAPI handle, @ref NETAPI_T
  *  @param[in] sa_app_id   Application id returned from call to @ref netapi_secAddSA
  *  @param[in] policy_app_id Application id returned from call to @ref netapi_secAddPolicy
@@ -257,7 +259,7 @@ void  netapi_getSaStats (NETAPI_T                   h,
  *  @retval     none
  *  @pre        @ref netapi_init, @ref netapi_secAddSA
 */
-void netapi_secGetChanHandles(NETAPI_T h,
+void netapi_secGetChanCtxInfo(NETAPI_T h,
                            NETCP_CFG_SA_T sa_app_id,
                            NETCP_CFG_IPSEC_POLICY_T policy_app_id,
                            NETCP_CFG_PA_HANDLE_T* pPaHandleOuterIP,