@@ -55,8 +55,8 @@ class STAClass : public NetworkInterface {
55
55
bool connect (const char *ssid, const char *passphrase = NULL , int32_t channel = 0 , const uint8_t *bssid = NULL , bool connect = true );
56
56
bool connect (
57
57
const char *wpa2_ssid, wpa2_auth_method_t method, const char *wpa2_identity = NULL , const char *wpa2_username = NULL , const char *wpa2_password = NULL ,
58
- const char *ca_pem = NULL , const char *client_crt = NULL , const char *client_key = NULL , int ttls_phase2_type = -1 ,
59
- int32_t channel = 0 , const uint8_t *bssid = 0 , bool connect = true
58
+ const char *ca_pem = NULL , const char *client_crt = NULL , const char *client_key = NULL , int ttls_phase2_type = -1 , int32_t channel = 0 ,
59
+ const uint8_t *bssid = 0 , bool connect = true
60
60
);
61
61
bool disconnect (bool eraseap = false , unsigned long timeout = 0 );
62
62
bool reconnect ();
@@ -110,8 +110,8 @@ class WiFiSTAClass {
110
110
111
111
wl_status_t begin (
112
112
const char *wpa2_ssid, wpa2_auth_method_t method, const char *wpa2_identity = NULL , const char *wpa2_username = NULL , const char *wpa2_password = NULL ,
113
- const char *ca_pem = NULL , const char *client_crt = NULL , const char *client_key = NULL , int ttls_phase2_type = -1 ,
114
- int32_t channel = 0 , const uint8_t *bssid = 0 , bool connect = true
113
+ const char *ca_pem = NULL , const char *client_crt = NULL , const char *client_key = NULL , int ttls_phase2_type = -1 , int32_t channel = 0 ,
114
+ const uint8_t *bssid = 0 , bool connect = true
115
115
);
116
116
wl_status_t begin (
117
117
const String &wpa2_ssid, wpa2_auth_method_t method, const String &wpa2_identity = (const char *)NULL, const String &wpa2_username = (const char *)NULL,
0 commit comments