Infuse-IoT SDK API 0.0.1
A Scalable Open Source RTOS
|
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. | |
Automatically log WiFi connection events.
SPDX-License-Identifier: FSL-1.1-ALv2