Guest User

Untitled

a guest
Oct 9th, 2015
246
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.50 KB | None | 0 0
  1. ctrl_interface=DIR=/var/run/wpa_supplicant GROUP=netdev
  2. update_config=1
  3. ap_scan=2
  4. eapol_version=1
  5. network={
  6. ssid="fishnet"
  7. scan_ssid=1
  8. psk=" "
  9. proto=RSN
  10. key_mgmt=WPA-PSK
  11. pairwise=CCMP
  12. }
  13.  
  14. #proto could be either RSN (WPA2) or WPA (WPA1).
  15. #key_mgmt could be either WPA-PSK (most probably) or WPA-EAP (enterprise networks)
  16. #pairwise could be either CCMP (WPA2) or TKIP (WPA1)
  17. #auth_alg is most probably OPEN, other options are LEAP and SHARED
Advertisement
Add Comment
Please, Sign In to add comment