Linux

From The Wiki Fire
Jump to navigation Jump to search

Configure Wireless[edit]

This can be tricky. You can glean some useful info from the guides they have for Mac's and PC's, but that may not be enough. Here is a working network section to a WPA supplicant config:

network={
       ssid="Knox-Wireless"
       scan_ssid=1
       key_mgmt=WPA-EAP
       eap=PEAP
       identity="YOUR_KNOX_EMAIL_ADDRESS"
       password="YOUR_KNOX_PASSWORD"
       phase1="peaplabel=0"
       phase2="auth=MSCHAPV2"
}