Advertisement
Guest User

Untitled

a guest
Feb 28th, 2015
223
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.70 KB | None | 0 0
  1. # Host access point config file
  2. # device name
  3. interface=wlan0
  4. # Driver interface
  5. driver=hostap
  6. # SSID for the network
  7. ssid=<SSID>
  8. # set appropriate country parameters (maybe required for regulatory reasons)
  9. country_code=GB
  10. # Operation mode - for 802.11n still use g to indicate using same band as g
  11. devices
  12. hw_mode=g
  13. # set channel - channel=0 for Automatic Channel Select
  14. channel=0
  15. # mac address access list - 0 = accept unless in deny
  16. macaddr_acl=0
  17. # Use shared key authentication
  18. auth_algs=1
  19. # Enable WPA2
  20. wpa=2
  21. # set passphrase
  22. wpa_passphrase=<passphrase>
  23. # Use WPA PSK
  24. wpa_key_mgmt=WPA-PSK
  25. # Pairwise cipher for WPA (v1)
  26. wpa_pairwise=TKIP
  27. # Pairwise cipher for RSN/WPA2
  28. rsn_pairwise=CCMP
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement