Advertisement
Guest User

hostapd config #2

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