Advertisement
Guest User

Untitled

a guest
Jul 31st, 2017
116
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.45 KB | None | 0 0
  1. #The interface you are using as AP
  2. interface=wlan0
  3. # More on bridging later
  4. #bridge=br0
  5. # The SSID
  6. ssid=dumbass3
  7. # Not clear if this is really useful
  8. #country_code=DK
  9. # I want 802.11n, but it's "g" I have to put here...
  10. hw_mode=g
  11. # ...and enable 802.11n here
  12. ieee80211n=1
  13. # The router's AP is on channel 11, so I go for maximum separation
  14. channel=1
  15. # Enable WPA-PSK (0=off, 1=WPA, 2=WPA2, 3=WPA+WPA2)
  16. wpa=2
  17. # Set the passphrase
  18. wpa_passphrase=
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement