Reference Manual
  Redpine Signals, Inc. Proprietary and Confidential   Page 21 
RS9116 n-Link Linux and Android 
Technical Reference Manual 
Version 2.0  
wep_key0=XXXXXXXXXXXXXXXXXXXXXXXXXX 
wep_tx_keyidx=X 
} 
The key can be input either in ASCII or Hexadecimal formats: 
ASCII Format: wep_key0="1234567890123" 
Hexadecimal Format: wep_key0=12345678901234567890123456 
The key index can vary between 0 and 3. 
For WEP-Shared (64-bit) mode 
network={ 
ssid="<SSID of Access Point>" 
key_mgmt=NONE 
wep_key0=XXXXXXXXXX 
wep_tx_keyidx=X 
auth_alg=SHARED 
} 
The key can be input either in ASCII or Hexadecimal formats: 
ASCII Format: wep_key0="12345" 
Hexadecimal Format: wep_key0=1234567890 
The key index can vary between 0 and 3. 
To connect to an Access Point whose SSID is not broadcast (Hidden), add the following line to the network block. 
scan_ssid=1 
For example 
network={ 
ssid="<SSID of Access Point>" 
scan_ssid=1 
key_mgmt=NONE 
}  
Next, run the "start_sta.sh" script in the "release" folder to load the driver modules and the supplicant and also connect 
to the Access Point specified in the "sta_settings.conf" file. 
sh start_sta.sh 










