feat(wpa2): add wpa2_enterprise to esp8266

This commit is contained in:
Chen Wen
2019-09-25 19:34:49 +08:00
parent 96c6e0fc5b
commit 95ed4d1e50
113 changed files with 28437 additions and 33 deletions

View File

@ -13,10 +13,10 @@ LIBS ?=
ifndef CONFIG_NO_BLOBS
ifndef CONFIG_ESP8266_WIFI_DEBUG_LOG_ENABLE
LIBS += gcc hal core net80211 \
phy rtc clk pp smartconfig ssc wpa espnow wps
phy rtc clk pp smartconfig ssc wpa espnow wps wpa2
else
LIBS += gcc hal core_dbg net80211_dbg \
phy rtc clk pp_dbg smartconfig ssc wpa_dbg espnow_dbg wps_dbg
phy rtc clk pp_dbg smartconfig ssc wpa_dbg espnow_dbg wps_dbg wpa2_dbg
endif
endif