Advertisement
JWLLEWELYN

hostapd.conf

Apr 26th, 2019
230
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. # Plantilla de configuracion hostapd para router Wi-Fi 2.4 GHz generico modo abierto para Venezuela
  2. # /etc/hostapd/hostapd.conf
  3. # Adaptador PCI-E TP-LINK TL-WDN4800 N900
  4.  
  5. #
  6. # Opciones Generales hostapd
  7. #
  8. ctrl_interface=/var/run/hostapd
  9. ctrl_interface_group=0
  10. interface=wlan0
  11. #bridge=br0
  12. driver=nl80211
  13. #driver_params=
  14. ssid=Internet Libre
  15.  
  16. #
  17. # Ajustes regulatorios para Venezuela
  18. #
  19. ieee80211d=1
  20. country_code=VE
  21. # Entorno para Interiores: 0x49 Exteriores: 0x4f Todos los entornos: 0x20
  22. #country3=0x49
  23. #local_pwr_constraint=3
  24. #spectrum_mgmt_required=1
  25.  
  26. #
  27. # Opciones de Seguridad
  28. #
  29. ignore_broadcast_ssid=0
  30. disassoc_low_ack=1
  31. wpa=0
  32. macaddr_acl=0
  33. deny_mac_file=/etc/hostapd/hostapd.deny
  34.  
  35. #
  36. # Ajustes de bandas IEEE 802.11 (b/g)
  37. #
  38. hw_mode=g
  39.  
  40. #
  41. # Ajustes de banda IEEE 802.11n (n)
  42. #
  43. ieee80211n=1
  44. require_ht=1
  45. ht_capab=[LDPC][HT40-][HT40+][SHORT-GI-20][SHORT-GI-40][TX-STBC][RX-STBC1][MAX-AMSDU-3839][DSSS_CCK-40][MAX-A-MPDU-LEN-EXP3]
  46.  
  47. #
  48. # Ajustes IEEE 802.11u-2011
  49. #
  50. #interworking=1
  51. #access_network_type=3
  52. #internet = 1
  53. #venue_group=2
  54. #venue_type=0
  55.  
  56. #
  57. # QoS
  58. #
  59. wmm_enabled=1
  60. wmm_ac_bk_cwmin=4
  61. wmm_ac_bk_cwmax=10
  62. wmm_ac_bk_aifs=7
  63. wmm_ac_bk_txop_limit=0
  64. wmm_ac_bk_acm=0
  65. wmm_ac_be_aifs=3
  66. wmm_ac_be_cwmin=4
  67. wmm_ac_be_cwmax=10
  68. wmm_ac_be_txop_limit=0
  69. wmm_ac_be_acm=0
  70. wmm_ac_vi_aifs=2
  71. wmm_ac_vi_cwmin=3
  72. wmm_ac_vi_cwmax=4
  73. wmm_ac_vi_txop_limit=94
  74. wmm_ac_vi_acm=0
  75. wmm_ac_vo_aifs=2
  76. wmm_ac_vo_cwmin=2
  77. wmm_ac_vo_cwmax=3
  78. wmm_ac_vo_txop_limit=47
  79. wmm_ac_vo_acm=0
  80.  
  81. #
  82. # Ajustes Avanzados
  83. #
  84. channel=0
  85. #acs_num_scans=5
  86. #acs_chan_bias=1:0.8 6:0.8 11:0.8
  87. #chanlist=1 6 11-13
  88. beacon_int=100
  89. dtim_period=2
  90. max_num_sta=255
  91. rts_threshold=-1
  92. fragm_threshold=-1
  93. #supported_rates=10 20 55 110 60 90 120 180 240 360 480 540
  94. #basic_rates=10 20
  95. #basic_rates=10 20 55 110
  96. #basic_rates=60 120 240
  97. #beacon_rate=10
  98. #preamble=1
  99.  
  100. #
  101. # Registro
  102. #
  103. logger_syslog=-1
  104. logger_syslog_level=2
  105. logger_stdout=-1
  106. logger_stdout_level=2
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement