CPS_SetRootCa

C Specification

#include <nitroWiFi/cps.h>
void CPS_SetRootCa(CPSCaInfo *ca[ ], int ca_num);

Arguments

*ca[ ] Certificate pointer
ca_num Number of certificates

Return Values

None.

Description

Sets the root certificate. Only the pointer for the passed certificate is saved so the certificate must be kept in memory the entire time.
Does not block.

See Also

CPSCaInfo

Revision History

10/21/2005 Initial version.