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.
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__ */
Generated on Mon Jul 25 2022 10:33:26 by
1.7.2