C
void WF_SetRtsThreshold( UINT16 rtsThreshold );
Description
RTS Threshold Functions
Sets the RTS/CTS packet size threshold for when RTS/CTS frame will be sent. The default is 2347 bytes – the maximum for 802.11. It is recommended that the user leave the default at 2347 until they understand the performance and power ramifications of setting it smaller. Valid values are from 0 to WF_RTS_THRESHOLD_MAX (2347).
Preconditions
MACInit must be called first.
Parameters
Parameters |
Description |
rtsThreshold |
Value of the packet size threshold |
Returns
None.
Remarks
None.