WF_CASetRssi Function

Microchip TCP/IP Stack

Microchip TCP/IP Stack Help
WF_CASetRssi Function
C
void WF_CASetRssi(
    UINT8 rssi
);
Description

Specifies the RSSI behavior when connecting. This value is only used if 1) The current Connection Profile has not defined an SSID or BSSID 2) An SSID is defined in the current Connection Profile and multiple access points are discovered with the same SSID. 

Values: 0 : Connect to the first network found 1 - 254 (MRF24WB), 1 - 128 (MRF24WG): Only connect to a network if the RSSI is greater than or equal to the specified value 255: Connect to the highest RSSI found 

Note that RSSI is a relative value with no units -- it is not correlated to dBm.

Preconditions

MACInit must be called first.

Parameters
Parameters 
Description 
scanCount 
Desired scan count 
Returns

None

Remarks

Default is 255

Microchip TCP/IP Stack 5.42.08 - June 15, 2013
Copyright © 2012 Microchip Technology, Inc.  All rights reserved.