Advertisement
Guest User

Untitled

a guest
Feb 1st, 2015
169
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.16 KB | None | 0 0
  1. ctrl_interface=DIR=/var/run/wpa_supplicant GROUP=netdev
  2. update_config=1
  3.  
  4. network={
  5. ssid="NAME"
  6. psk="PASSWORD"
  7. proto=RSN
  8. key_mgmt=WPA-PSK
  9. pairwise=CCMP
  10. auth_alg=OPEN
  11. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement