Created
October 13, 2020 19:55
-
-
Save catvec/5e6dcceba1e00fcd8c0f6509663ac48e to your computer and use it in GitHub Desktop.
Options I give to wpa_supplicant
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
ssid: '"eduroam"' | |
key_mgmt: WPA-EAP | |
eap: TTLS | |
phase2: '"auth=PAP"' | |
identity: '"[email protected]"' | |
password: '"secret"' |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment