#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
10/24/2005 Initial version.