Created
          October 29, 2013 16:29 
        
      - 
      
- 
        Save bcreasy/7218011 to your computer and use it in GitHub Desktop. 
    /etc/netctl/wifi -- password hash generated by `iconv -t utf16le | openssl md4`
  
        
  
    
      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
    
  
  
    
  | Description='Wireless' | |
| Interface=wlp3s0 | |
| Connection=wireless | |
| Security=wpa-configsection | |
| WPAConfigSection=( | |
| 'ssid="SSID"' | |
| 'key_mgmt=WPA-EAP' | |
| 'proto=RSN WPA2' | |
| 'pairwise=CCMP' | |
| 'group=CCMP' | |
| 'eap=PEAP' | |
| 'identity="username"' | |
| 'password=hash:$generated_hash' | |
| 'phase2="auth=MSCHAPV2"' | |
| 'ca_cert="/etc/ssl/certs/wifi_CA.crt"' | |
| 'ca_path="/etc/ssl/certs"' | |
| ) | |
| IP=dhcp | |
| AutoWired=yes | 
  
    Sign up for free
    to join this conversation on GitHub.
    Already have an account?
    Sign in to comment
  
            
echo -n MySecretPassword | iconv -t utf16le | openssl md4