Advertisement
Guest User

hostapd.conf

a guest
Aug 16th, 2014
252
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.98 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=wheel
  11. ssid=NTKI-INET
  12. country_code=RU
  13. hw_mode=g
  14. channel=1
  15. beacon_int=100
  16. dtim_period=2
  17. max_num_sta=255
  18. rts_threshold=2347
  19. fragm_threshold=2346
  20. macaddr_acl=0
  21. auth_algs=3
  22. ignore_broadcast_ssid=0
  23. wmm_enabled=1
  24. wmm_ac_bk_cwmin=4
  25. wmm_ac_bk_cwmax=10
  26. wmm_ac_bk_aifs=7
  27. wmm_ac_bk_txop_limit=0
  28. wmm_ac_bk_acm=0
  29. wmm_ac_be_aifs=3
  30. wmm_ac_be_cwmin=4
  31. wmm_ac_be_cwmax=10
  32. wmm_ac_be_txop_limit=0
  33. wmm_ac_be_acm=0
  34. wmm_ac_vi_aifs=2
  35. wmm_ac_vi_cwmin=3
  36. wmm_ac_vi_cwmax=4
  37. wmm_ac_vi_txop_limit=94
  38. wmm_ac_vi_acm=0
  39. wmm_ac_vo_aifs=2
  40. wmm_ac_vo_cwmin=2
  41. wmm_ac_vo_cwmax=3
  42. wmm_ac_vo_txop_limit=47
  43. wmm_ac_vo_acm=0
  44. ieee80211n=1
  45. eapol_key_index_workaround=0
  46. eap_server=0
  47. own_ip_addr=127.0.0.1
  48. wpa=2
  49. wpa_psk_file=/etc/hostapd/wpa_psk
  50. wpa_key_mgmt=WPA-PSK
  51. wpa_pairwise=TKIP
  52. wpa_pairwise=CCMP
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement