Advertisement
Guest User

Untitled

a guest
Oct 5th, 2012
113
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.62 KB | None | 0 0
  1. interface=wlan0
  2. driver=nl80211
  3. logger_syslog=-1
  4. logger_syslog_level=2
  5. logger_stdout=-1
  6. logger_stdout_level=2
  7.  
  8. dump_file=/tmp/hostapd.dump
  9. ctrl_interface=/var/run/hostapd
  10. ctrl_interface_group=wheel
  11.  
  12. ssid=vinny
  13. country_code=RU
  14. hw_mode=g
  15. channel=6
  16.  
  17. beacon_int=100
  18. dtim_period=2
  19. max_num_sta=255
  20. rts_threshold=2347
  21. fragm_threshold=2346
  22. macaddr_acl=0
  23. #accept_mac_file=/etc/hostapd/hostapd.accept
  24. #deny_mac_file=/etc/hostapd/hostapd.deny
  25. auth_algs=3
  26.  
  27. ignore_broadcast_ssid=0
  28. wmm_enabled=1
  29. wmm_ac_bk_cwmin=4
  30.  
  31. wpa=2
  32. wpa_passphrase=password
  33. wpa_key_mgmt=WPA-PSK WPA-EAP
  34.  
  35. wpa_pairwise=TKIP CCMP
  36. rsn_pairwise=CCMP
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement