Marco Hsu / WIFI_API_32kRAM
Embed: (wiki syntax)

« Back to documentation index

Show/hide line numbers nmi_config.h Source File

nmi_config.h

00001 #ifndef __NMI_CONFIG_H__
00002 #define __NMI_CONFIG_H__
00003 
00004 
00005 #define NMI_WLAN_DRIVER_DBG
00006 #define NMI_WLAN_MGMT_DBG
00007 
00008 
00009 typedef struct{
00010     uint8_t *au8Ssid;
00011     uint8_t *pu8AuthCred;   
00012     uint8_t u8AuthType;     
00013 } tstrM2mAp;
00014 
00015 
00016 #endif /* __NMI_CONFIG_H__ */