Guest User

compex wle900vx

a guest
Aug 21st, 2018
141
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.49 KB | None | 0 0
  1. interface=wlp4s0
  2. driver=nl80211
  3. hw_mode=a
  4. max_num_sta=64
  5.  
  6. # hostapd event logger configuration
  7. logger_stdout=-1
  8. logger_stdout_level=2
  9.  
  10. #Details for Connecting Clients via WPA2 TKIP
  11. ssid=############
  12. auth_algs=1
  13. wpa=2
  14. wpa_key_mgmt=WPA-PSK
  15. wpa_pairwise=CCMP
  16. wpa_passphrase=#############
  17.  
  18. #802.11d Regulatory Restrictions Designations for Which Frequencies and Channels are Legal
  19. ieee80211d=1
  20. ieee80211h=1
  21. country_code=PL
  22.  
  23. #802.11n Configurations
  24. ieee80211n=1
  25. ht_capab=[LDPC][HT40+][SHORT-GI-20][SHORT-GI-40][TX-STBC][DSSS_CCK-40]
  26.  
  27. #802.11ac Configurations
  28. ieee80211ac=1
  29. channel=36
  30. #channel=40
  31. vht_capab=[SHORT-GI-80][MAX-MPDU-11454][LDPC][RXLDPC][TX-STBC-2BY1][RX-STBC1][MAX-A-MPDU-LEN-EXP7][RX-ANTENNA-PATTERN][TX-ANTENNA-PATTERN][BF-ANTENNA-3][SOUNDING-DIMENSION-3]
  32. #vht_capab=[SHORT-GI-80][MAX-MPDU-11454][LDPC][RXLDPC][TX-STBC-2BY1][RX-STBC1][MAX-A-MPDU-LEN-EXP7][RX-ANTENNA-PATTERN][TX-ANTENNA-PATTERN][BF-ANTENNA-3][SOUNDING-DIMENSION-3]
  33. #vht_capab=[MAX-MPDU-11454][RXLDPC][SHORT-GI-80][TX-STBC-2BY1][RX-STBC-1][MAX-A-MPDU-LEN-EXP7][RX-ANTENNA-PATTERN][TX-ANTENNA-PATTERN][BF-ANTENNA-3][SOUNDING-DIMENSION-3]
  34. vht_oper_chwidth=1
  35. vht_oper_centr_freq_seg0_idx=42
  36. #vht_oper_centr_freq_seg0_idx=46
  37.  
  38. #How Many Units of Time Between Beacon Transmissions
  39. beacon_int=100
  40. #Multiplier of How Many Units of Time Between Beacon Transmissions
  41. dtim_period=2
  42. #(e.g. 100 milliseconds(ms) * 2 = 200 ms between beacons)
  43.  
  44. #Something About WMM Clients Needing this
  45. wmm_enabled=1
  46.  
  47. ###To Be Completely Honest-- I'm Not Entirely Certain What the Rest of this file does
  48.  
  49. #QoS Type of Traffic Management Based on Traffic Type
  50.  
  51. #Background
  52. uapsd_advertisement_enabled=1
  53. wmm_ac_bk_cwmin=4
  54. wmm_ac_bk_cwmax=10
  55. wmm_ac_bk_aifs=7
  56. wmm_ac_bk_txop_limit=0
  57. wmm_ac_bk_acm=0
  58.  
  59. #Best Effort
  60. wmm_ac_be_aifs=3
  61. wmm_ac_be_cwmin=4
  62. wmm_ac_be_cwmax=10
  63. wmm_ac_be_txop_limit=0
  64. wmm_ac_be_acm=0
  65.  
  66. #Video
  67. wmm_ac_vi_aifs=2
  68. wmm_ac_vi_cwmin=3
  69. wmm_ac_vi_cwmax=4
  70. wmm_ac_vi_txop_limit=94
  71. wmm_ac_vi_acm=0
  72.  
  73. #Voice
  74. wmm_ac_vo_aifs=2
  75. wmm_ac_vo_cwmin=2
  76. wmm_ac_vo_cwmax=3
  77. wmm_ac_vo_txop_limit=47
  78. wmm_ac_vo_acm=0
  79.  
  80. ### TX queue parameters
  81. tx_queue_data3_aifs=7
  82. tx_queue_data3_cwmin=15
  83. tx_queue_data3_cwmax=1023
  84. tx_queue_data3_burst=0
  85. tx_queue_data2_aifs=3
  86. tx_queue_data2_cwmin=15
  87. tx_queue_data2_cwmax=63
  88. tx_queue_data2_burst=0
  89. tx_queue_data1_aifs=1
  90. tx_queue_data1_cwmin=7
  91. tx_queue_data1_cwmax=15
  92. tx_queue_data1_burst=3.0
  93. tx_queue_data0_aifs=1
  94. tx_queue_data0_cwmin=3
  95. tx_queue_data0_cwmax=7
  96. tx_queue_data0_burst=1.5
Advertisement
Add Comment
Please, Sign In to add comment