Created
November 14, 2019 02:07
-
-
Save wuhanstudio/0d78685ea1cd8abf1deeceda6034d401 to your computer and use it in GitHub Desktop.
wpa_supplicant configuration for both WPA Personal and WPA Enterprise
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
update_config=1 | |
country=GB | |
network={ | |
ssid="YOUR SSID" | |
psk="YOUR PASSWORD" | |
key_mgmt=WPA-PSK | |
} | |
network={ | |
scan_ssid=1 | |
ssid="YOUR SSID" | |
key_mgmt=WPA-EAP | |
eap=PEAP | |
identity="YOUR USERNAME" | |
password="YOUR PASSWORD" | |
phase1="peaplabel=auto peapver=0" | |
phase2="auth=MSCHAPV2" | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment