10#ifndef INFUSE_SDK_INCLUDE_INFUSE_DRIVERS_WIFI_WIFI_SIM_H_
11#define INFUSE_SDK_INCLUDE_INFUSE_DRIVERS_WIFI_WIFI_SIM_H_
16#include <zephyr/net/wifi_mgmt.h>
const struct wifi_scan_params * wifi_sim_scan_params_get(void)
Get the latest scan parameters provided to the simulated device.
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.
void wifi_sim_trigger_disconnect(void)
If currently connected to a network, disconnect.