You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

61 lines
2.3 KiB

  1. config network
  2. option broadcast_ip '10.0.0.255'
  3. option broadcast_port '1025'
  4. option tcp_port '1026'
  5. option network_option '2' # 0 udp broadcast, 1 multicast, 2 tcp
  6. option shared_key 'Niiiiiiiiiiiiiik'
  7. option iv 'Niiiiiiiiiiiiiik'
  8. option use_symm_enc '1'
  9. option collision_domain '-1' # enter here aps which are in the same collision domain
  10. option bandwidth '-1' # enter network bandwidth
  11. config ordering
  12. option sort_order 'cbfs'
  13. config hostapd
  14. option hostapd_dir '/var/run/hostapd'
  15. config times
  16. option update_client '10'
  17. option denied_req_threshold '30'
  18. option remove_client '15'
  19. option remove_probe '30'
  20. option remove_ap '460'
  21. option update_hostapd '10'
  22. option update_tcp_con '10'
  23. option update_chan_util '5'
  24. option update_beacon_reports '20'
  25. config metric
  26. option ap_weight '0'
  27. option ht_support '0'
  28. option vht_support '0'
  29. option no_ht_support '0'
  30. option no_vht_support '0'
  31. option rssi '10'
  32. option low_rssi '-500'
  33. option freq '100' # some kind of band-steering
  34. option chan_util '0'
  35. option max_chan_util '-500'
  36. option rssi_val '-60'
  37. option low_rssi_val '-80'
  38. option chan_util_val '140'
  39. option max_chan_util_val '170'
  40. option min_probe_count '0'
  41. option bandwidth_threshold '6'
  42. option use_station_count '1'
  43. option max_station_diff '1'
  44. option eval_probe_req '0'
  45. option eval_auth_req '0' # no real reasoncode...
  46. option eval_assoc_req '0' # just deny assocs...
  47. option kicking '0'
  48. option deny_auth_reason '1' # unspecified
  49. option deny_assoc_reason '17' # assoc rejected can't handle new station
  50. option use_driver_recog '1'
  51. option min_number_to_kick '3'
  52. option chan_util_avg_period '3'
  53. option set_hostapd_nr '1'
  54. option op_class '0' #802.11k stuff...
  55. option duration '0'
  56. option mode '0'
  57. option scan_channel '0'