Files
luban-lite/bsp/peripheral/wireless/asr/wifidrv/inc/wpa/wlan_cfg.h
刘可亮 803cac77d5 V1.0.6
2024-09-03 11:16:08 +08:00

10 lines
189 B
C

#ifndef _WLAN_CFG_H_
#define _WLAN_CFG_H_
//#define CONFIG_DEBUG_SUPPORT
#ifdef CFG_ENCRYPT_SUPPORT
#define INCLUDE_WPA_WPA2_PSK
#endif
#define EAP_WPAS_AUTH_SUPPORT
#endif //_WLAN_CFG_H_