Guest User

Untitled

a guest
Feb 7th, 2014
100
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.18 KB | None | 0 0
  1. // wifi.conf
  2.  
  3. [service_home]
  4. Type=wifi
  5. Name=ssid_hidden
  6. Passphrase=wpa-passphrase-hash
  7.  
  8. // etc/wpa-supplicant.conf
  9.  
  10. network={
  11. ssid="ssid_hidden"
  12. psk=wpa-supplicant-hash
  13. }
Advertisement
Add Comment
Please, Sign In to add comment