#ifndef __WIFI_H__ #define __WIFI_H__ void wifi_init_sta(void); void wifi_wait_for_online(void); #endif