Advertisement
JLindvig

wpa_supplicant.conf

Oct 30th, 2019
1,771
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. country=DK
  2. ctrl_interface=DIR=/var/run/wpa_supplicant GROUP=netdev
  3. update_config=1
  4.  
  5. network={
  6.     ssid="NETWORK-NAME"
  7.     psk="NETWORK-PASSWORD"
  8. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement