# Add the contents of this file to /etc/wpa_supplicant/wpa_supplicant.conf # (create it if necessary). # # Do not forget to fill in your username and password! ctrl_interface=/var/run/wpa_supplicant eapol_version=1 network={ ssid="OBA Hotspot Service" scan_ssid=1 key_mgmt=IEEE8021X eap=PEAP identity="YOUR-USERNAME-GOES-HERE" password="YOUR-PASSWORD-GOES-HERE" }