WCM_ClearApList

C Specification


#include <nitroWiFi/wcm.h>

void  WCM_ClearApList( void );
				

Description

A synchronous function that erases the contents of the internal list buffer used to save information about devices that are discovered during wireless access point auto-search. All information already saved in the buffer is erased, regardless of whether updating was enabled or disabled with the WCM_LockApList function. Also, calling this function does not change the update enabled/disabled setting. Calls to this function before the WCM library is initialized are ignored.

Arguments

None.

Return Values

None.

See Also

WCM_Init, WCMConfig, WCM_LockApList, WCM_CountApList, WCM_PointApList, WCM_PointApListLinkLevel

Revision History

07/22/2005 Initial version.