The WDCInterface is is a drop-in replacement for an EthernetInterface class that allows the user to connect to the Internet with a Wistron NeWeb Corporation (WNC) M14A2A Series data module using the standard network Socket API's. This interface class is used in the AT&T Cellular IoT Starter Kit which is sold by Avnet (http://cloudconnectkits.org/product/att-cellular-iot-starter-kit).

Dependencies:   WncControllerK64F

Dependents:   WNCProximityMqtt Pubnub_ATT_IoT_SK_WNC_sync BluemixDemo BluemixQS ... more

Embed: (wiki syntax)

« Back to documentation index

mbedtls_ssl_cookie_ctx Struct Reference

mbedtls_ssl_cookie_ctx Struct Reference

Context for the default cookie functions. More...

#include <ssl_cookie.h>

Data Fields

mbedtls_md_context_t hmac_ctx
unsigned long serial
unsigned long timeout

Detailed Description

Context for the default cookie functions.

Definition at line 52 of file ssl_cookie.h.


Field Documentation

context for the HMAC portion

Definition at line 54 of file ssl_cookie.h.

unsigned long serial

serial number for expiration

Definition at line 56 of file ssl_cookie.h.

unsigned long timeout

timeout delay, in seconds if HAVE_TIME, or in number of tickets issued

Definition at line 58 of file ssl_cookie.h.