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@0:4085cc9441f3, 2015-06-26 (annotated)
- Committer:
- Marcomissyou
- Date:
- Fri Jun 26 09:44:35 2015 +0000
- Revision:
- 0:4085cc9441f3
Commit WIFI_API_32kRAM; This API works on DFCM-NNN40-DT1R(32K RAM).
Who changed what in which revision?
User | Revision | Line number | New contents of line |
---|---|---|---|
Marcomissyou | 0:4085cc9441f3 | 1 | #ifndef __NMI_CONFIG_H__ |
Marcomissyou | 0:4085cc9441f3 | 2 | #define __NMI_CONFIG_H__ |
Marcomissyou | 0:4085cc9441f3 | 3 | |
Marcomissyou | 0:4085cc9441f3 | 4 | |
Marcomissyou | 0:4085cc9441f3 | 5 | #define NMI_WLAN_DRIVER_DBG |
Marcomissyou | 0:4085cc9441f3 | 6 | #define NMI_WLAN_MGMT_DBG |
Marcomissyou | 0:4085cc9441f3 | 7 | |
Marcomissyou | 0:4085cc9441f3 | 8 | |
Marcomissyou | 0:4085cc9441f3 | 9 | typedef struct{ |
Marcomissyou | 0:4085cc9441f3 | 10 | uint8_t *au8Ssid; |
Marcomissyou | 0:4085cc9441f3 | 11 | uint8_t *pu8AuthCred; |
Marcomissyou | 0:4085cc9441f3 | 12 | uint8_t u8AuthType; |
Marcomissyou | 0:4085cc9441f3 | 13 | } tstrM2mAp; |
Marcomissyou | 0:4085cc9441f3 | 14 | |
Marcomissyou | 0:4085cc9441f3 | 15 | |
Marcomissyou | 0:4085cc9441f3 | 16 | #endif /* __NMI_CONFIG_H__ */ |