Advertisement
Guest User

Untitled

a guest
Jun 23rd, 2017
69
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.12 KB | None | 0 0
  1. interface=wlan0
  2. bridge=br0
  3. driver=nl80211
  4. logger_syslog=-1
  5. logger_syslog_level=1
  6. logger_stdout=-1
  7. logger_stdout_level=0
  8. dump_file=/tmp/hostapd.dump
  9. ctrl_interface=/var/run/hostapd
  10. ctrl_interface_group=0
  11. ssid=SSID
  12. country_code=IT
  13. ieee80211d=IT
  14. hw_mode=g
  15. channel=3
  16. beacon_int=100
  17. dtim_period=2
  18. max_num_sta=255
  19. rts_threshold=2347
  20. fragm_threshold=2346
  21. macaddr_acl=1
  22. accept_mac_file=/etc/hostapd/hostapd.accept
  23. deny_mac_file=/etc/hostapd/hostapd.deny
  24. auth_algs=1
  25. ignore_broadcast_ssid=1
  26. wmm_enabled=1
  27. wmm_ac_bk_cwmin=4
  28. wmm_ac_bk_cwmax=10
  29. wmm_ac_bk_aifs=7
  30. wmm_ac_bk_txop_limit=0
  31. wmm_ac_bk_acm=0
  32. wmm_ac_be_aifs=3
  33. wmm_ac_be_cwmin=4
  34. wmm_ac_be_cwmax=10
  35. wmm_ac_be_txop_limit=0
  36. wmm_ac_be_acm=0
  37. wmm_ac_vi_aifs=2
  38. wmm_ac_vi_cwmin=3
  39. wmm_ac_vi_cwmax=4
  40. wmm_ac_vi_txop_limit=94
  41. wmm_ac_vi_acm=0
  42. wmm_ac_vo_aifs=2
  43. wmm_ac_vo_cwmin=2
  44. wmm_ac_vo_cwmax=3
  45. wmm_ac_vo_txop_limit=47
  46. wmm_ac_vo_acm=0
  47. ieee80211n=1
  48. ht_capab=[HT40+][SHORT-GI-40][DSSS_CCK-40]
  49. eapol_version=1
  50. eapol_key_index_workaround=0
  51. eap_server=0
  52. own_ip_addr=127.0.0.1
  53. wpa=2
  54. wpa_passphrase=PASSPHRASE
  55. wpa_key_mgmt=WPA-PSK
  56. wpa_pairwise=CCMP
  57. rsn_pairwise=CCMP
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement