Skip to content

Commit 1cd6445

Browse files
committed
Merge pull request #1633 from joostd/master
Enable WPA2-Enterprise
2 parents 87a7f8e + 2331377 commit 1cd6445

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

platform.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ compiler.S.flags=-c -g -x assembler-with-cpp -MMD -mlongcalls
3030
compiler.c.elf.flags=-g {compiler.warning_flags} -Os -nostdlib -Wl,--no-check-sections -u call_user_start -Wl,-static "-L{compiler.sdk.path}/lib" "-L{compiler.sdk.path}/ld" "-T{build.flash_ld}" -Wl,--gc-sections -Wl,-wrap,system_restart_local -Wl,-wrap,register_chipv6_phy
3131

3232
compiler.c.elf.cmd=xtensa-lx106-elf-gcc
33-
compiler.c.elf.libs=-lm -lgcc -lhal -lphy -lpp -lnet80211 -llwip -lwpa -lcrypto -lmain -lwps -laxtls -lsmartconfig -lmesh
33+
compiler.c.elf.libs=-lm -lgcc -lhal -lphy -lpp -lnet80211 -llwip -lwpa -lcrypto -lmain -lwps -laxtls -lsmartconfig -lmesh -lwpa2
3434

3535
compiler.cpp.cmd=xtensa-lx106-elf-g++
3636
compiler.cpp.flags=-c {compiler.warning_flags} -Os -g -mlongcalls -mtext-section-literals -fno-exceptions -fno-rtti -falign-functions=4 -std=c++11 -MMD -ffunction-sections -fdata-sections

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)