Reference Manual

Table Of Contents
RS9116 n-Link Linux and Android Technical Reference Manual
Version 2.0
August 2019
16
2. Ensure DRIVER_MODE and COEX_MODE are set as below:
DRIVER_MODE = 1
COEX_MODE = 1 (For Station Mode only/WIFI-Direct)
COEX_MODE = 2 (For Access Point Mode)
COEX_MODE = 3 (For BothAccess Point and Station Modes)
4.4.1 Installation in Wi-Fi Client Mode (with BSD interface support)
The steps for installing OneBox-Mobile software in Wi-Fi Client Mode are as follows:
1. Edit the "sta_settings.conf" file in the "release" folder and enter the parameters of the Wi-Fi network as
given below:
For Open (non-Secure) mode
network={
ssid=
"<SSID of Access Point>"
key_mgmt=NONE
}
For WPA-PSK (TKIP) mode
network={
ssid=
"<SSID of Access Point>"
key_mgmt=WPA-PSK
psk=<passphrase specified in the Access Point>
proto=WPA
pairwise=TKIP
group=TKIP
}
For WPA2-PSK (CCMP) mode
network={
ssid=
"<SSID of Access Point>"
key_mgmt=WPA-PSK
psk=<passphrase specified in the Access Point>
proto=WPA2
pairwise=CCMP
group=CCMP
}
For WEP-64 mode
For SDIO mode, ensure that the SDIO stack related modules are already inserted in the kernel
refer
Appendix A: Configuration of Kernels from 3.13 and above section to install sdio stack modules .