gistfile1.txt
                        
                             · 323 B · Text
                        
                    
                    
                      
                        Raw
                      
                      
                        
                          
                        
                    
                    
                
                
            Connection='wireless'
Interface=wlp2s0 # or your wireless interface name
Security='wpa-configsection'
Description='tafe'
IP='dhcp'
TimeoutWPA=30
WPAConfigSection=(
    'ssid="PWAStudent"'
    'key_mgmt=WPA-EAP'
    'eap=PEAP'
    'proto=WPA2'
    'phase2="auth=PAP"'
    'identity=STUDENTNUMBER'
    'password="PASSWORD"'
)
                | 1 | Connection='wireless' | 
| 2 | Interface=wlp2s0 # or your wireless interface name | 
| 3 | Security='wpa-configsection' | 
| 4 | Description='tafe' | 
| 5 | IP='dhcp' | 
| 6 | TimeoutWPA=30 | 
| 7 | WPAConfigSection=( | 
| 8 | 'ssid="PWAStudent"' | 
| 9 | 'key_mgmt=WPA-EAP' | 
| 10 | 'eap=PEAP' | 
| 11 | 'proto=WPA2' | 
| 12 | 'phase2="auth=PAP"' | 
| 13 | 'identity=STUDENTNUMBER' | 
| 14 | 'password="PASSWORD"' | 
| 15 | ) |