esp-open-rtos/extras/wificfg
Our Air Quality 5fb2e94fed wificfg: add shutdown hooks, and add support to wait until connected.
Remove the wificfg_got_sta_connect() function and replace it with
wificfg_wait_until_sta_connected(). This replaces a probe function with a wait
function, and this better fits the wifi layer using an event model - the wait
function can wait on a station connection event before returning.

The shutdown hooks are call when the wificfg restart function is used. It can
be used to implement a cleaner restart, for example blocking further i2c and
flash operations.
2018-06-17 16:11:08 +10:00
..
content wificfg: remove the AP WEP mode option (#514) 2017-12-13 21:29:49 +05:00
component.mk Add Wificfg 2017-08-30 13:51:32 +10:00
wificfg.c wificfg: add shutdown hooks, and add support to wait until connected. 2018-06-17 16:11:08 +10:00
wificfg.h wificfg: add shutdown hooks, and add support to wait until connected. 2018-06-17 16:11:08 +10:00