thorpedosg

Untitled

Jul 24th, 2018
38
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. auto wlan0
  2. iface wlan0 inet dhcp
  3. wpa-conf /etc/wpa_supplicant/wpa_supplicant.conf
  4.  
  5. ctrl_interface=/var/run/wpa_supplicant
  6.  
  7. network={
  8. ssid="Your_AP"
  9. psk="Your_Passphrase"
  10. freq_list=2412 2437 2462
  11. }
Add Comment
Please, Sign In to add comment