mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2024-12-29 04:50:03 +01:00
4f977316fe
The WiFi interface should be stopped before reboot or sleep. But stopping the WiFi interface disconnects an existing connection. Usually, esp_wifi_netdev tries to reconnect on an disconnect event. However, trying reconnect with a stopped WiFi interface may lead to a crash. Therefore, the stop event has to be handled. |
||
---|---|---|
.. | ||
adc_ctrl.c | ||
adc.c | ||
can.c | ||
cpuid.c | ||
dac.c | ||
gpio.c | ||
i2c_hw.c | ||
Makefile | ||
pm.c | ||
pwm.c | ||
rtc.c | ||
timer.c |