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_cache_entry Struct Reference

mbedtls_ssl_cache_entry Struct Reference

This structure is used for storing cache entries. More...

#include <ssl_cache.h>

Data Fields

mbedtls_time_t timestamp
mbedtls_ssl_session session
mbedtls_x509_buf peer_cert
mbedtls_ssl_cache_entrynext

Detailed Description

This structure is used for storing cache entries.

Definition at line 60 of file ssl_cache.h.


Field Documentation

chain pointer

Definition at line 69 of file ssl_cache.h.

entry peer_cert

Definition at line 67 of file ssl_cache.h.

mbedtls_ssl_session session

entry session

Definition at line 65 of file ssl_cache.h.

mbedtls_time_t timestamp

entry timestamp

Definition at line 63 of file ssl_cache.h.