Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Connect your Raspberry Pi 3 to AirOrangeX using 802.1x authentication.

WiFi configuration via wpa_supplicant.conf file

 The following is a Raspbian Jessie sample configuration file located at /etc/wpa_supplicant/wpa_supplicant.conf. 

Info
iconfalse
titlewpa_supplicant.conf
country=US
ctrl_interface=DIR=/var/run/wpa_supplicant GROUP=netdev
update_config=1
ctrl_interface_group=0
eapol_version=1
ap_scan=1
fast_reauth=1

network={
ssid="AirOrangeX"
identity="<NetID>"
password="<password>"
key_mgmt=WPA-EAP
proto=WPA2
eap=PEAP
phase2="auth=MSCHAPV2"
}

...