Advertisement
Guest User

Untitled

a guest
Aug 17th, 2017
62
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.35 KB | None | 0 0
  1. ctrl_interface=/var/run/wpa_supplicant
  2. network={
  3. ssid="pamela"
  4. proto=WPA RSN
  5. psk="password"
  6. }
  7.  
  8. network={
  9. ssid="PAMELA"
  10. proto=WPA RSN
  11. psk="password"
  12. }
  13.  
  14. network={
  15. ssid="PAMELA"
  16. proto=WPA RSN
  17. key_mgmt=WPA-PSK
  18. psk="password"
  19. }
  20.  
  21. network={
  22. ssid="pamela"
  23. proto=WPA RSN
  24. key_mgmt=WPA-PSK
  25. psk="password"
  26. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement