This function is for compatibility with older versions. Do not use unless there is a special reason.

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

Syntax

char GetConnectInfoWlan(void);

Parameters

None

Return value

The following values will be returned.
ValueDescription
M2M_SUCCESS Succeeded
M2M_ERR_SLEEP_FAIL Initialize with SysWLANInit function.
Other than the above Failed

Remarks

This function can be used when SYS_WLAN_POWER_MANUAL is set by the SysSetWLANPower function.

Gets the connection information of the currently connected access point.

(Note)

The connection information must be obtained by the callback function specified by the InitializeWlan function.

Requirements

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

Last updated: 2020/11/23