Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- ctrl_interface=DIR=/var/run/wpa_supplicant GROUP=netdev
- update_config=1
- country=US
- network={
- ssid="old wifi"
- psk="old wifi password"
- key_mgmt=WPA-PSK
- disabled=1
- }
- network={
- ssid="wifi from phone tether"
- psk="wifi from phone tether password"
- priority=2
- key_mgmt=WPA-PSK
- id_str="tether"
- }
- network={
- ssid="old wifi"
- psk="old wifi password"
- key_mgmt=WPA-PSK
- disabled=1
- }
- network={
- ssid="new apartment wifi"
- psk="new apartment wifi password"
- priority=1
- key_mgmt=WPA-PSK
- id_str="new home"
- }
Advertisement
Add Comment
Please, Sign In to add comment