Advertisement
Guest User

hostapd.conf

a guest
Apr 26th, 2012
89
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.46 KB | None | 0 0
  1. interface=wlan0
  2. bridge=br0
  3. driver=nl80211
  4. logger_syslog=-1
  5. logger_syslog_level=3
  6. logger_stdout=-1
  7. logger_stdout_level=1
  8. dump_file=/tmp/hostapd.dump
  9. ctrl_interface=/var/run/hostapd
  10. ctrl_interface_group=0
  11. ssid=MY-WLAN
  12. country_code=UA
  13. ieee80211d=1
  14. hw_mode=g
  15. channel=13
  16. beacon_int=100
  17. dtim_period=2
  18. max_num_sta=255
  19. rts_threshold=2347
  20. fragm_threshold=2346
  21. auth_algs=1
  22. ignore_broadcast_ssid=0
  23. tx_queue_data3_aifs=7
  24. tx_queue_data3_cwmin=15
  25. tx_queue_data3_cwmax=1023
  26. tx_queue_data3_burst=0
  27. tx_queue_data2_aifs=3
  28. tx_queue_data2_cwmin=15
  29. tx_queue_data2_cwmax=63
  30. tx_queue_data2_burst=0
  31. tx_queue_data1_aifs=1
  32. tx_queue_data1_cwmin=7
  33. tx_queue_data1_cwmax=15
  34. tx_queue_data1_burst=3.0
  35. tx_queue_data0_aifs=1
  36. tx_queue_data0_cwmin=3
  37. tx_queue_data0_cwmax=7
  38. tx_queue_data0_burst=1.5
  39. wmm_enabled=1
  40. uapsd_advertisement_enabled=1
  41. wmm_ac_bk_cwmin=4
  42. wmm_ac_bk_cwmax=10
  43. wmm_ac_bk_aifs=7
  44. wmm_ac_bk_txop_limit=0
  45. wmm_ac_bk_acm=0
  46. wmm_ac_be_aifs=3
  47. wmm_ac_be_cwmin=4
  48. wmm_ac_be_cwmax=10
  49. wmm_ac_be_txop_limit=0
  50. wmm_ac_be_acm=0
  51. wmm_ac_vi_aifs=2
  52. wmm_ac_vi_cwmin=3
  53. wmm_ac_vi_cwmax=4
  54. wmm_ac_vi_txop_limit=94
  55. wmm_ac_vi_acm=0
  56. wmm_ac_vo_aifs=2
  57. wmm_ac_vo_cwmin=2
  58. wmm_ac_vo_cwmax=3
  59. wmm_ac_vo_txop_limit=47
  60. wmm_ac_vo_acm=0
  61. ieee80211n=1
  62. ht_capab=[HT40-][SHORT-GI-40][DSSS_CCK-40][TX-STBC][RX-STBC1]
  63. eapol_key_index_workaround=0
  64. eap_server=0
  65. own_ip_addr=127.0.0.1
  66. wpa=2
  67. wpa_passphrase=mypass
  68. wpa_key_mgmt=WPA-PSK
  69. wpa_pairwise=TKIP CCMP
  70. rsn_pairwise=CCMP
  71. wpa_group_rekey=600
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement