Reference Manual

Redpine Signals, Inc. Proprietary and Confidential Page 139
RS9116 n-Link Linux and Android
Technical Reference Manual
Version 2.0
31 Appendix F: Procedure to use latest supplicant with NL80211 interface
Follow the below steps to use latest supplicant with the NL80211 interface
Download the supplicant from https://w1.fi/wpa_supplicant/
Extract the supplicant using the following command
Make sure the following parameters are enabled in the supplicant configuration file (.config)
Save the configuration file and exit
Compile the supplicant using "make" command in the following path
After successful compilation the supplicant executable will be found in the same path.Copy the supplicant executable to
the driver release folder.
31.1 Bgscan and Roaming
To enable Bgscan and Roaming add 'bgscan="simple:10:-45:100" ' in the sta_settings.conf.
31.1.1 Description
wpa_supplicant behavior for background scanning can be specified by configuring a bgscan module. These modules are
responsible for requesting background scans for the purpose of roaming within an ESS (i.e., within a single network block
with all the APs using the same SSID).
The bgscan parameter uses the below format:
"<bgscan module name>:<module parameters>"
bgscan="simple:<short bgscan interval in seconds>:<signal strength threshold>: <long interval>"