Files
luban-lite/bsp/peripheral/wireless/asr/wifidrv/inc/wpa/wlan_cfg.h

10 lines
189 B
C
Raw Normal View History

2024-09-03 11:16:08 +08:00
#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_