mirror of
https://github.com/espressif/ESP8266_RTOS_SDK.git
synced 2025-05-21 17:16:29 +08:00
feat(wpa2): add wpa2_enterprise to esp8266
This commit is contained in:
@ -56,6 +56,8 @@ typedef enum {
|
||||
#define WIFI_LOG_SUBMODULE_AMPDU (1<<12)
|
||||
#define WIFI_LOG_SUBMODULE_AMSDU (1<<13)
|
||||
#define WIFI_LOG_SUBMODULE_FRAG (1<<14)
|
||||
#define WIFI_LOG_SUBMODULE_WPA2 (1<<15)
|
||||
|
||||
/**
|
||||
* @brief Set WIFI received TCP/IP data cache ram type
|
||||
*
|
||||
|
Reference in New Issue
Block a user