Infuse-IoT SDK API 0.0.1
A Scalable Open Source RTOS
|
#include <zephyr/net/net_if.h>
#include <zephyr/sys/util.h>
Go to the source code of this file.
Enumerations | |
enum | { VALIDATION_WIFI_POWER_UP = 0 , VALIDATION_WIFI_SSID_SCAN = BIT(0) , VALIDATION_WIFI_CONNECT = BIT(1) , VALIDATION_WIFI_SNTP_QUERY = BIT(2) } |
Functions | |
int | infuse_validation_wifi (struct net_if *iface, uint8_t flags) |
Validate the behaviour of a Wi-Fi device. | |
SPDX-License-Identifier: FSL-1.1-ALv2