le_wifiClient_common.h File Reference
Go to the source code of this file.
Data Structures | |
struct | le_wifiClient_EventInd_t |
Macros | |
#define | LE_WIFICLIENT_NO_SIGNAL_STRENGTH 32767 |
Typedefs | |
typedef struct le_wifiClient_AccessPoint * | le_wifiClient_AccessPointRef_t |
typedef struct le_wifiClient_NewEventHandler * | le_wifiClient_NewEventHandlerRef_t |
typedef struct le_wifiClient_ConnectionEventHandler * | le_wifiClient_ConnectionEventHandlerRef_t |
typedef void(* | le_wifiClient_NewEventHandlerFunc_t) (le_wifiClient_Event_t event, void *contextPtr) |
typedef void(* | le_wifiClient_ConnectionEventHandlerFunc_t) (const le_wifiClient_EventInd_t *LE_NONNULL wifiEventIndPtr, void *contextPtr) |
Detailed Description
Type definitions for le_wifiClient.