6#define STATIC_IP_ADDR "10.10.10.10"
9#define MIN_WPA2_PW_LEN 8
10#define DEFAULT_SSID "NODE AP"
int wifi_switch_apsta(void)
Switch from STA to APSTA (station + access point)
int wifi_init_sta(void)
Initialize WiFi in STA (station) mode.
int wifi_switch_sta(void)
Switch from APSTA back to STA only.