#ifndef APP_WIFI_H #define APP_WIFI_H int app_wifi_init(void); int app_wifi_is_ready(void); int app_wifi_wait_ready(uint32_t msec); #endif