Reference Manual
Redpine Signals, Inc. Proprietary and Confidential Page 67
RS9116 n-Link Linux and Android
Technical Reference Manual
Version 2.0
$ ./wpa_supplicant -i wifi0 -D nl802ll -c sta_settings.conf -ddddt > log &
To connect using EAP-PEAP method, sta_settings.conf should be described as below:
network={
ssid="Redpine_Signals"
key_mgmt=WPA-EAP
eap=PEAP
anonymous_identity="peapuser"
identity="test"
password="password"
}
To connect using EAP-TTLS method, sta_settings.conf should be described as below:
network={
ssid="Redpine_Signals"
key_mgmt=WPA-EAP
eap=TTLS
anonymous_identity="ttlsuser"
identity="test"
password="password"
}
To connect using EAP-TLS method, sta_settings.conf should be described as below:
network={
ssid="Redpine_Signals"
key_mgmt=WPA-EAP
eap=TLS
anonymous_identity="tlsuser"
identity="test"
password="password"
ca_cert="/etc/certs/wifiuser.pem"
client_cert="/etc/certs/wifiuser.pem"
private_key_passwd="Wi-Fi"
private_key="/etc/certs/wifiuser.key"
}
To connect using EAP-FAST method, sta_settings.conf should be described as below:
network={