C
void WF_CAGetMinChannelTime( UINT16 * p_minChannelTime );
Description
Gets the minimum time the connection manager waits for a probe response after sending a probe request.
Preconditions
MACInit must be called first.
Parameters
Parameters |
Description |
p_minChannelTime |
Pointer where minimum time to wait for a probe response (in milliseconds) will be written. |
Returns
None
Remarks
None