C
void WF_CASetMinChannelTime( UINT16 minChannelTime );
Description
The minimum time (in milliseconds) the connection manager will wait for a probe response after sending a probe request. If no probe responses are received in minChannelTime 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 |
minChannelTime |
Minimum time to wait for a probe response (in milliseconds) |
Returns
None
Remarks
Default is 200ms