Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Fork of WIFI_API_32kRAM by
WIFI_Driver/nmc/nmi_config.h
- Committer:
- Marcomissyou
- Date:
- 2015-06-26
- Revision:
- 0:4085cc9441f3
File content as of revision 0:4085cc9441f3:
#ifndef __NMI_CONFIG_H__ #define __NMI_CONFIG_H__ #define NMI_WLAN_DRIVER_DBG #define NMI_WLAN_MGMT_DBG typedef struct{ uint8_t *au8Ssid; uint8_t *pu8AuthCred; uint8_t u8AuthType; } tstrM2mAp; #endif /* __NMI_CONFIG_H__ */