Guest User

Untitled

a guest
Nov 21st, 2017
63
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.21 KB | None | 0 0
  1. ctrl_interface=DIR=/var/run/wpa_supplicant GROUP=netdev
  2. update_config=1
  3.  
  4. network={
  5. ssid="Your SSID Here"
  6. proto=RSN
  7. key_mgmt=WPA-PSK
  8. pairwise=CCMP TKIP
  9. group=CCMP TKIP
  10. psk="YourPresharedKeyHere"
  11. }
Add Comment
Please, Sign In to add comment