Advertisement
Guest User

Untitled

a guest
May 15th, 2012
194
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.72 KB | None | 0 0
  1. interface=wlan0
  2. driver=athh9k
  3. ssid=iConnect
  4. channel=11
  5. hw_mode=n
  6. # 1=open auth, 2=shared key, 3=both
  7. auth_algs=3
  8.  
  9. # Static WEP key configuration
  10. # wep_default_key=0
  11. # wep_key0=mykey
  12.  
  13. # # Static WPA2 key configuration
  14. # #1=wpa1, 2=wpa2, 3=both
  15. wpa=3
  16. wpa_passphrase=XXX
  17. wpa_key_mgmt=WPA-PSK
  18. wpa_pairwise=TKIP
  19. # #this can create problem with Windows clients, just leave it commented
  20. # rsn_pairwise=CCMP
  21.  
  22. #MAC address filtering
  23. macaddr_acl=0
  24. #enables/disables broadcasting the ssid
  25. ignore_broadcast_ssid=0
  26. # Needed for Windows clients
  27. eapol_key_index_workaround=0
  28.  
  29. # Create a socket to control hostapd through hostapd_cli
  30. ctrl_interface=/var/run/hostapd
  31. # Only root can configure hostapd
  32. ctrl_interface_group=0
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement