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

Automatically log WiFi connection events. More...

#include <stdint.h>
#include <zephyr/sys/util.h>

Go to the source code of this file.

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

Automatically log WiFi connection events.

Author
Jordan Yates jorda.nosp@m.n@em.nosp@m.beint.nosp@m..com

SPDX-License-Identifier: FSL-1.1-ALv2