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

This function configures the wireless LAN module and driver initialization settings (callback function entry).

Syntax

char InitializeWlan(
  tstrWifiInitParam * param
);

Parameters

param
[in]A pointer to the tstrWifiInitParam structure.

Return value

Returns M2M_SUCCESS if the function succeeds, other values otherwise.
ValueDescription
M2M_SUCCESS Succeeded
Not M2M_SUCCESS Failed

Remarks

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

Initialize the wireless LAN driver (callback function entry).

Requirements

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

Last updated: 2020/11/23