Infuse-IoT SDK API 0.0.1
A Scalable Open Source RTOS
Loading...
Searching...
No Matches
wifi_conn_log APIs

wifi_conn_log API More...

Enumerations

enum  {
  AUTO_WIFI_LOG_CONNECTION = BIT(0) , AUTO_WIFI_LOG_FAILURES = BIT(1) , AUTO_WIFI_LOG_DISCONNECTION = BIT(2) , AUTO_WIFI_LOG_ALL = BIT(0) | BIT(1) | BIT(2) ,
  AUTO_WIFI_LOG_EVENTS_FLUSH = BIT(7)
}
 

Functions

void auto_wifi_conn_log_configure (uint8_t tdf_logger_mask, uint8_t flags)
 Automatically log WiFi events.
 

Detailed Description

wifi_conn_log API

Enumeration Type Documentation

◆ anonymous enum

anonymous enum

#include <infuse/auto/wifi_conn_log.h>

Enumerator
AUTO_WIFI_LOG_CONNECTION 

Log WiFi network connection successes.

AUTO_WIFI_LOG_FAILURES 

Log WiFi network connection failures.

AUTO_WIFI_LOG_DISCONNECTION 

Log WiFi network disconnects.

AUTO_WIFI_LOG_ALL 

Log all WiFi connection events.

AUTO_WIFI_LOG_EVENTS_FLUSH 

Automatically flush the logger when logging events.

Function Documentation

◆ auto_wifi_conn_log_configure()

void auto_wifi_conn_log_configure ( uint8_t tdf_logger_mask,
uint8_t flags )

#include <infuse/auto/wifi_conn_log.h>

Automatically log WiFi events.

Parameters
tdf_logger_maskTDF data logger mask to log events to
flagsExtra AUTO_WIFI_LOG_ flags