Last active
April 25, 2025 23:18
-
-
Save oxavelar/ff7b594dd7a44a7d2e07300fe0bdaa67 to your computer and use it in GitHub Desktop.
OpenWRT DAWN Roam Controller Settings
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
uci set dawn.@network[0].broadcast_ip='10.0.0.255' | |
uci set dawn.@times[0].update_client='3' | |
uci set dawn.@times[0].remove_client='20' | |
uci set dawn.@times[0].remove_probe='20' | |
uci set dawn.global.kicking='3' | |
uci set dawn.global.rrm_mode='pat' | |
uci set dawn.global.kicking_threshold='20' | |
uci set dawn.global.min_number_to_kick='3' | |
uci set dawn.global.bandwidth_threshold='0' | |
uci set dawn.global.set_hostapd_nr='2' | |
uci set dawn.global.use_station_count='1' | |
uci set dawn.global.min_probe_count='1' | |
uci set dawn.global.eval_probe_req='1' | |
uci set dawn.global.eval_assoc_req='0' | |
uci set dawn.global.eval_auth_req='0' | |
uci set dawn.802_11a.initial_score='120' | |
uci set dawn.802_11a.chan_util='1' | |
uci set dawn.802_11a.rssi_weight='0' | |
uci set dawn.802_11a.rssi_center='-60' | |
uci set dawn.802_11a.rssi_val='-80' | |
uci set dawn.802_11a.low_rssi_val='-85' | |
uci set dawn.802_11a.rssi='20' | |
uci set dawn.802_11a.low_rssi='-20' | |
uci set dawn.802_11g.initial_score='40' | |
uci set dawn.802_11g.chan_util='1' | |
uci set dawn.802_11g.rssi_weight='0' | |
uci set dawn.802_11g.rssi_center='-40' | |
uci set dawn.802_11g.rssi_val='-60' | |
uci set dawn.802_11g.low_rssi_val='-85' | |
uci set dawn.802_11g.rssi='20' | |
uci set dawn.802_11g.low_rssi='-20' | |
uci set dawn.@local[0].loglevel='5' | |
uci commit && /etc/init.d/dawn restart |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment