Advertisement
Guest User

hostapd config #1

a guest
Aug 12th, 2014
365
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.88 KB | None | 0 0
  1. interface=wlp0s8
  2. driver=nl80211
  3. logger_syslog=-1
  4. logger_syslog_level=2
  5. logger_stdout=-1
  6. logger_stdout_level=2
  7. dump_file=/tmp/hostapd.dump
  8. ctrl_interface=/var/run/hostapd
  9. ctrl_interface_group=0
  10. ssid=NTKI-INET
  11. hw_mode=g
  12. channel=1
  13. beacon_int=100
  14. dtim_period=2
  15. max_num_sta=255
  16. rts_threshold=2347
  17. fragm_threshold=2346
  18. macaddr_acl=0
  19. auth_algs=3
  20. ignore_broadcast_ssid=0
  21. wmm_enabled=1
  22. wmm_ac_bk_cwmin=4
  23. wmm_ac_bk_cwmax=10
  24. wmm_ac_bk_aifs=7
  25. wmm_ac_bk_txop_limit=0
  26. wmm_ac_bk_acm=0
  27. wmm_ac_be_aifs=3
  28. wmm_ac_be_cwmin=4
  29. wmm_ac_be_cwmax=10
  30. wmm_ac_be_txop_limit=0
  31. wmm_ac_be_acm=0
  32. wmm_ac_vi_aifs=2
  33. wmm_ac_vi_cwmin=3
  34. wmm_ac_vi_cwmax=4
  35. wmm_ac_vi_txop_limit=94
  36. wmm_ac_vi_acm=0
  37. wmm_ac_vo_aifs=2
  38. wmm_ac_vo_cwmin=2
  39. wmm_ac_vo_cwmax=3
  40. wmm_ac_vo_txop_limit=47
  41. wmm_ac_vo_acm=0
  42. eapol_key_index_workaround=0
  43. eap_server=0
  44. own_ip_addr=127.0.0.1
  45. wpa=2
  46. wpa_psk_file=/etc/hostapd/wpa_psk
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement