This struct contains the connection information. More...
#include <m2m_types.h>
Public Attributes | |
uint8 | __PAD24__ [3] |
char | acSSID [M2M_MAX_SSID_LEN] |
uint8 | au8IPAddr [4] |
uint8 | au8MACAddress [6] |
sint8 | s8RSSI |
uint8 | u8SecType |
This struct contains the connection information.
Definition at line 1753 of file m2m_types.h.
uint8 tstrM2MConnInfo::__PAD24__[3] |
Padding bytes for forcing 4-byte alignment
Definition at line 1764 of file m2m_types.h.
char tstrM2MConnInfo::acSSID[M2M_MAX_SSID_LEN] |
AP connection SSID name
Definition at line 1754 of file m2m_types.h.
uint8 tstrM2MConnInfo::au8IPAddr[4] |
Connection IP address
Definition at line 1758 of file m2m_types.h.
uint8 tstrM2MConnInfo::au8MACAddress[6] |
MAC address of the peer Wi-Fi station
Definition at line 1760 of file m2m_types.h.
sint8 tstrM2MConnInfo::s8RSSI |
Connection RSSI signal
Definition at line 1762 of file m2m_types.h.
uint8 tstrM2MConnInfo::u8SecType |
Security type
Definition at line 1756 of file m2m_types.h.