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.

62 lines
2.3 KiB

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