Infuse-IoT SDK API 0.0.1
A Scalable Open Source RTOS
Loading...
Searching...
No Matches
wifi_sim.h
Go to the documentation of this file.
1
9
10#ifndef INFUSE_SDK_INCLUDE_INFUSE_DRIVERS_WIFI_WIFI_SIM_H_
11#define INFUSE_SDK_INCLUDE_INFUSE_DRIVERS_WIFI_WIFI_SIM_H_
12
13#include <stdbool.h>
14
15#ifdef __cplusplus
16extern "C" {
17#endif
18
24
30void wifi_sim_in_network_range(bool in_range);
31
36
40
41#ifdef __cplusplus
42}
43#endif
44
45#endif /* INFUSE_SDK_INCLUDE_INFUSE_DRIVERS_WIFI_WIFI_SIM_H_ */
void wifi_sim_in_network_range(bool in_range)
Simulate whether the device is in range of a network.
void wifi_sim_trigger_disconnect(void)
If currently connected to a network, disconnect.