Reference Manual
Table Of Contents
- Introduction to RS9116
- Getting Started with RS9116
- Compiling the Driver
- Installing the Driver
- Installation of Modules
- Enabling a Protocol
- Disabling a Protocol
- OneBox-Mobile in Wi-Fi Only Mode
- Installation in Wi-Fi Client Mode (with BSD interface support)
- Installation in Access Point Mode (with BSD interface support)
- Installation in Wi-Fi Client Mode (with NL80211 support)
- Installation in Wi-Fi AP mode (with NL80211 support)
- Installation in Wi-Fi Direct Mode (With BSD Interface Support)
- Installation in Wi-Fi Direct Mode (With NL80211 Support only for Kernel v3.8 or higher)
- OneBox-Mobile in Wi-Fi + Bluetooth LE Coexistence Mode
- Driver Information
- Wi-Fi ioctl Usage Guide
- Configuration Using CFG80211
- Enterprise security using CFG80211
- HOSTAPD and Wi-Fi Protected Setup (WPS)
- ACS with Hostapd
- Antenna Diversity
- Sniffer Mode
- Monitor Mode
- Concurrent Mode
- Background Scan Parameters
- Power save Modes, Profiles and Parameters
- Compliance and Certification
- Wi-Fi Performance Test ioctl usage
- Wake-On-Wireless LAN
- PUF [ Physical Unclonable Functions ]
- GTK Offload
- Steps to connect 802.11R client to AP
- Steps to configure 802.11W
- Update WLAN region based maximum powers from driver
- Bluetooth hcitool and hciconfig Usage
- Android support for RS9116
- Appendix A: Configuration of Kernels from 3.13 and above
- Appendix B: Binary Files for Embedded Platforms
- Appendix C: Using the Bluetooth Manager
- Appendix D: Common Configuration Parameters
- Appendix E: Installation of Missing Generic Netlink Libraries
- Appendix F: Procedure to use latest supplicant with NL80211 interface
- Appendix G: Considerations need to be made during hostapd usage
- RS9116 n-Link Software TRM Revision History
RS9116 n-Link Linux and Android Technical Reference Manual
Version 2.0
August 2019
62
ctrl_interface=/var/run/wpa_supplicant
update_config=1
uuid=12345678-9abc-def0-1234-56789abcdef0
device_name=RSI_P2P_DEVICE
manufacturer=Redpine Signals, Inc.
model_name=M2MCombo
model_number=9113
serial_number=03
device_type=1-0050F204-1
os_version=01020300
config_methods=display push_button keypad
The sections below list down the steps for configuring WPS and setting up a connection in Access Point and Client
modes using the methods listed above.
5.5.1.1 Access Point Mode
The steps for configuring WPS in Access Point Mode are as follows:
1. Start the driver in Access Point mode.
2. Start the supplicant by entering the following command.
#. /wpa_supplicant –i <vap_name> -D bsd –c <wps_conf_file> -ddddt
3. For Push Button method:
• Push the button on the STA
• Enter the command below for the n-Link® Access Point
• # ./wpa_cli –i <vap_name> wps_pbc <sta_mac_addr>
4. Wait for the STA to parse all the WPS Access Points.
5. For Enter PIN method
• Click on "Generate PIN" on the STA. A 4/8-digit numeric WPS PIN is generated.
• Enter the command below for the n-Link® Access Point
#. /wpa_cli –i <vap_name> wps_pin <sta_mac_addr> <wps_pin>
• Wait for the STA to parse all the WPS Access Points.
6. For Generate PIN method
• Enter the command below for the n-Link® Access Point
This is the 3
rd
party Station's MAC address. If all the MAC addresses need to be allowed, the input
parameter is the string "any".