#include <nitroWiFi/wcm.h>
s32 WCM_SearchAsync( void* bssid , void* essid , u32 option );
An asynchronous function that initiates the start or stop sequence for wireless access point auto-search.
If either bssid
or essid
is NULL
, the arguments are ignored and the WCM_EndSearchAsync
function is called.
If valid values are specified for bssid
and essid
, the WCM_BeginSearchAsync
function is called. The arguments are passed without modification.
For details, see the descriptions of the individual functions.
WCM_BeginSearchAsync, WCM_EndSearchAsync
07/22/2005 Initial version.