This function acquires the connection information (SSID name, security type, connection destination IP address, MAC address, signal strength) of the connected access point.

Syntax

int SysGetConnectInfoWlan(
  tstrM2MConnInfo *info
);

Parameters

info
[out]A pointer to the tstrM2MConnInfo structure.

Return value

Returns M2M_SUCCESS if the function succeeds, other values otherwise.

Remarks

Requirements

Header file:
lib.h
Library file:
libSTARTUPOPH5000.a

Sample

Last updated: 2020/11/26