[WCM] Wireless Connection Management Library Function List

Initialization/Termination

WCM_Init Initializes the wireless connection management library.
WCM_Finish Terminates the wireless connection management library and returns to the pre-initialization state.

Asynchronous State Transition

WCM_StartupAsync Initiates the startup sequence for the wireless communications feature.
WCM_CleanupAsync Initiates the stop sequence for the wireless communications feature.
WCM_SearchAsync Starts or stops the wireless access point auto-search.
WCM_BeginSearchAsync Initiates the startup sequence for wireless access point auto-search.
WCM_EndSearchAsync Initiates the stop sequence for wireless access point auto-search.
WCM_ConnectAsync Initiates the sequence for connection to a wireless access point.
WCM_DisconnectAsync Initiates the sequence for disconnection from a connected wireless access point.
WCM_TerminateAsync Initiates the sequence to forcibly stop the WCM library.

Operation Settings

WCM_GetPhase Gets the current internal status of the WCM library.
WCM_UpdateOption Updates the option items.
WCM_SetChannelScanTime Sets the time limit for scanning a single channel.

Wireless Access Point Auto-Search

WCM_LockApList Enables or disables updating of the internal list buffer.
WCM_ClearApList Erases the contents of the internal list buffer.
WCM_CountApList Gets the number of the listed device information items.
WCM_PointApList Gets one of the listed device information items.
WCM_PointApListLinkLevel Gets the signal strength when one of the listed device information items is found.

Other

WCM_GetLinkLevel Obtains the link level of the connection with the wireless access point.

Types

WCMConfig Structure that defines the WCM library internal operation settings.
WCMNotify Type of the callback function for receiving the asynchronous process result and irregular notifications from the WCM library.
WCMNotice Structure that stores the details of the notification that is passed from the WCM library to the notification function.
WCMWepDesc Structure that defines the WEP encryption settings.

Constants

WCM library constants Explanation of constants used with the WCM library.