Advertisement
Guest User

Untitled

a guest
Jul 16th, 2015
424
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.45 KB | None | 0 0
  1.  
  2. #/etc/wpa_supplicant/wpa_supplicant.conf
  3.  
  4. ctrl_interface=DIR=/var/run/wpa_supplicant GROUP=netdev
  5. update_config=1
  6.  
  7. network={
  8. ssid="generic"
  9. scan_ssid=1
  10. psk="generic"
  11. proto=RSN
  12. key_mgmt=WPA-PSK
  13. pairwise=CCMP TKIP
  14. group=CCMP TKIP
  15. }
  16.  
  17. network={
  18. ssid="generic"
  19. scan_ssid=1
  20. proto=RSN
  21. key_mgmt=WPA-EAP
  22. pariwise=CCMP
  23. auth_alg=OPEN
  24. eap=PEAP
  25. identity="generic"
  26. password="generic"
  27. ca_cert=""
  28. phase2=""
  29. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement