#include <nitroWiFi/cps.h>
void CPS_SetRootCa(CPSCaInfo *ca[ ], int ca_num);
*ca[ ] |
Certificate pointer |
ca_num |
Number of certificates |
None.
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.
10/21/2005 Initial version.