Syntax
typedef struct {
char acSSID[M2M_MAX_SSID_LEN];
unsigned char u8SecType;
unsigned char au8IPAddr[4];
unsigned char au8MACAddress[6];
signed char s8RSSI;
unsigned char u8CurrChannel;
unsigned char __PAD__[2];
} tstrM2MConnInfo;
Members
- acSSID
- AP connection SSID name.
- u8SecType
- Security type.
- au8IPAddr
- Connection IP address.
- au8MACAddress
- MAC address of the peer Wi-Fi station.
- s8RSSI
- Connection RSSI signal.
- u8CurrChannel
- RF channel number 1,2,...
- __PAD__[2]
- Not used.
Requirements
Header file:
lib.hLibrary file:
libSTARTUPOPH5000.a
Last updated: 2020/11/26