#include <nitroWiFi/wcm.h>
void WCM_SetChannelScanTime( u16 msec );
The synchronous function that sets the time limit for scanning a single channel in wireless access point auto-search. If a fixed value is not set using this function, it takes the default setting and internally sets a search time of 30-40 ms using the WM_GetDispersionScanPeriod
function. Note that the search limit time set with this function is initialized to the default setting when the WCM_Init function is called. Calls made before initialization will be ignored.
msec |
Specifies the time limit to search a single channel. Specify in units of milliseconds between 10 and 1,000. If an out-of-range value is specified, the default setting is used for the search limit time. |
None.
WCM_Init, WCM_BeginSearchAsync
07/22/2005 Initial version.