C
void WF_CASetListRetryCount( UINT8 listRetryCount );
Description
Number of times to cycle through Connection Profile List before giving up on the connection attempt. Since lists are not yet supported, this function actually sets the number of times the Connection Manager will try to connect with the current Connection Profile before giving up.
Preconditions
MACInit must be called first.
Parameters
Parameters |
Description |
listRetryCount |
0 to 254 or WF_RETRY_FOREVER (255) |
Returns
None
Remarks
None