struct WifiCredentials { const char* ssid; const char* password; } credentials[] = {"foo", "bar"};