Reference Manual

Table Of Contents
RS9116 n-Link Linux and Android Technical Reference Manual
Version 2.0
August 2019
75
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={
ssid=
"Redpine_Signals"
key_mgmt=WPA-EAP
eap=FAST
anonymous_identity=
"fastuser"
identity="test"
password="password"
phase1="fast_provisioning=1"
pac_file="/etc/p1.pac"
phase2="auth=mschapv2"
ca_cert="/etc/certs/wifiuser.pem"
private_key_passwd="wifi"
}
EAP-LEAP has been used when Freeradius is the RADIUS Server. This has been verified with only Cisco AP.
To connect using EAP-LEAP method, sta_settings.conf should be described as below: