@CHIP-RTOS C Library V2.06 - TCP/IP API
IPsec_IKE_Phase1_Delete
Remove one of the IKE phase 1 transforms. int IPsec_IKE_Phase1_Delete(int index) ;
Parameters
index
- Index 0 or 1 selects which of two phase 1
IKE transforms is to be deleted.
Return Value
- error code,
zero on success.
Comments
- This function removes one of the two IKE phase 1 transforms
which the user can set.
If both user settable phase 1 transforms are not present,
then the
default
transform will be used.
See Also
RTOS API
- This library function invokes a RTOS software interrupt.
Refer to the RTOS API function
IPSEC_VECTORS
for more details.
Supported since or modified in @CHIP-RTOS version-
SC12 | SC13 | SC11 | SC1x3 |
-
n/a | n/a | n/a | V1.07 |
Supported by @CHIP-RTOS C Library since version
This API List
List of C Libraries
@CHIP-RTOS Main Index
End of document
|