WCM_GetLinkLevel

C Specification


#include <nitroWiFi/wcm.h>

WMLinkLevel  WCM_GetLinkLevel( void );
				

Description

This is a synchronous function that obtains the link strength of the connection with the wireless access point.

Arguments

None.

Return Values

Returns the link strength (communication signal strength) of the connection with the wireless access point as a WMLinkLevel enumerated type. If the WCM library was not initialized or if there is no connection with a wireless access point (the internal state is not WCM_PHASE_DCF), the function returns WM_LINK_LEVEL_0.

See Also

WCM_PointApListLinkLevel

Revision History

09/10/2005 Initial version.