Skip to content

Commit 2331377

Browse files
author
Joost van Dijk
committed
add missing prototypes for libwpa2
1 parent 452a355 commit 2331377

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

tools/sdk/include/user_interface.h

+2
Original file line numberDiff line numberDiff line change
@@ -255,6 +255,8 @@ int wifi_station_set_cert_key(uint8 *client_cert, int client_cert_len,
255255
uint8 *private_key, int private_key_len,
256256
uint8 *private_key_passwd, int private_key_passwd_len);
257257
void wifi_station_clear_cert_key(void);
258+
int wifi_station_set_username(unsigned char*, int);
259+
void wifi_station_clear_username(void);
258260

259261
struct softap_config {
260262
uint8 ssid[32];

0 commit comments

Comments
 (0)