Advertisement
bobstro

wpa_supplicant.conf

Dec 27th, 2017
305
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.18 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="YourSSID"
  7. psk="yourpassphrase"
  8. key_mgmt=WPA-PSK
  9. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement