Changes

Jump to navigation Jump to search
450 bytes added ,  10:44, 31 October 2019
Created page with "=== WPA2 Enterprise Network === <syntaxhighlight lang="bash"> sudo nano /etc/wpa_supplicant/wpa_supplicant.conf </syntaxhighlight><syntaxhighlight lang="text"> network={..."
=== WPA2 Enterprise Network ===
<syntaxhighlight lang="bash">
sudo nano /etc/wpa_supplicant/wpa_supplicant.conf
</syntaxhighlight><syntaxhighlight lang="text">
network={
ssid="AU_WiFi"
# For hidden SSIDs
scan_ssid=1
mode=0
key_mgmt=WPA-EAP
pairwise=CCMP TKIP
identity="XXXXXXXX"
password="XXXXXXXX"
phase1="peaplabel=0"
phase2="auth=MSCHAPV2"
}
</syntaxhighlight>

Navigation menu