Infuse-IoT SDK API 0.0.1
A Scalable Open Source RTOS
|
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. | |
wifi_conn_log API
anonymous enum |
#include <infuse/auto/wifi_conn_log.h>
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.
tdf_logger_mask | TDF data logger mask to log events to |
flags | Extra AUTO_WIFI_LOG_ flags |