#include <nitroWiFi/wcm.h>
void WCM_ClearApList( void );
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.
None.
None.
WCM_Init, WCMConfig, WCM_LockApList, WCM_CountApList, WCM_PointApList, WCM_PointApListLinkLevel
07/22/2005 Initial version.