#ifndef __WIFI_STATION_H
#define __WIFI_STATION_H

void wifi_init_sta(void);


#endif