C
void WF_CASetMaxChannelTime( UINT16 minChannelTime );
Description
The maximum time (in milliseconds) the connection manager will wait for a probe response after sending a probe request. If no probe responses are received in maxChannelTime then the connection manager will go on to the next channel, if any are left to scan, or quit.
Preconditions
MACInit must be called first.
Parameters
Parameters |
Description |
maxChannelTime |
Maximum time to wait for a probe response (in milliseconds) |
Returns
None
Remarks
Default is 400ms