#include <nitroWiFi/cps.h>
typedef struct {
int certificate_len;
u8 *certificate;
} CPSCertificate;
This structure defines a certificate that will be presented to the partner. Created with the make_mycert utility.
CPS_SetMyCert, CPSSslConnection
2005/10/24 Initial version.
CONFIDENTIAL