mirror of
https://gitee.com/Vancouver2017/luban-lite.git
synced 2025-12-23 12:38:54 +00:00
10 lines
189 B
C
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_
|