|
Infuse-IoT SDK API 0.0.1
A Scalable Open Source RTOS
|
Simulated Wi-Fi driver. More...
#include <stdbool.h>#include <stddef.h>#include <zephyr/net/wifi_mgmt.h>Go to the source code of this file.
Functions | |
| void | wifi_sim_in_network_range (bool in_range) |
| Simulate whether the device is in range of a network. | |
| void | wifi_sim_scan_results_set (const struct wifi_scan_result *results, size_t result_count) |
| Configure scan results returned by the simulated device. | |
| const struct wifi_scan_params * | wifi_sim_scan_params_get (void) |
| Get the latest scan parameters provided to the simulated device. | |
| void | wifi_sim_trigger_disconnect (void) |
| If currently connected to a network, disconnect. | |
Simulated Wi-Fi driver.
SPDX-License-Identifier: FSL-1.1-ALv2