Guest User

Untitled

a guest
Aug 18th, 2020
160
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.57 KB | None | 0 0
  1. ctrl_interface=DIR=/var/run/wpa_supplicant GROUP=netdev
  2. update_config=1
  3. country=US
  4.  
  5. network={
  6. ssid="old wifi"
  7. psk="old wifi password"
  8. key_mgmt=WPA-PSK
  9. disabled=1
  10. }
  11.  
  12. network={
  13. ssid="wifi from phone tether"
  14. psk="wifi from phone tether password"
  15. priority=2
  16. key_mgmt=WPA-PSK
  17. id_str="tether"
  18. }
  19.  
  20. network={
  21. ssid="old wifi"
  22. psk="old wifi password"
  23. key_mgmt=WPA-PSK
  24. disabled=1
  25. }
  26.  
  27. network={
  28. ssid="new apartment wifi"
  29. psk="new apartment wifi password"
  30. priority=1
  31. key_mgmt=WPA-PSK
  32. id_str="new home"
  33. }
Advertisement
Add Comment
Please, Sign In to add comment