1
0
mirror of https://github.com/esp8266/Arduino.git synced 2025-06-12 01:53:07 +03:00

Merge pull request #1633 from joostd/master

Enable WPA2-Enterprise
This commit is contained in:
Ivan Grokhotkov
2016-02-27 01:51:24 +03:00
2 changed files with 3 additions and 1 deletions

View File

@ -255,6 +255,8 @@ int wifi_station_set_cert_key(uint8 *client_cert, int client_cert_len,
uint8 *private_key, int private_key_len,
uint8 *private_key_passwd, int private_key_passwd_len);
void wifi_station_clear_cert_key(void);
int wifi_station_set_username(unsigned char*, int);
void wifi_station_clear_username(void);
struct softap_config {
uint8 ssid[32];