Advertisement
Guest User

Untitled

a guest
Sep 25th, 2013
92
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.18 KB | None | 0 0
  1.  
  2. ctrl_interface=DIR=/var/run/wpa_supplicant GROUP=netdev
  3. update_config=1
  4.  
  5. network={
  6. ssid="SSID"
  7. proto=RSN
  8. key_mgmt=WPA-PSK
  9. pairwise=CCMP TKIP
  10. group=CCMP TKIP
  11. psk="WPA-KEY"
  12. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement