Skip to content

Commit

Permalink
nss-setup: Optimize mesh node/sat configs
Browse files Browse the repository at this point in the history
Signed-off-by: Sean Khan <[email protected]>
  • Loading branch information
qosmio committed Nov 18, 2024
1 parent 1653288 commit bd90487
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 10 deletions.
15 changes: 9 additions & 6 deletions nss-setup/example/01-mesh-node
Original file line number Diff line number Diff line change
Expand Up @@ -28,15 +28,15 @@ config wifi-device 'radio2'
option country 'US'
option htmode 'HE80'
option channel '161'
option cell_density '3'
option cell_density '0'
option noscan '1'

config wifi-iface '5g'
option device 'radio1'
option mode 'ap'
option network 'lan'
option ssid 'MX4300'
option encryption 'psk2+ccmp'
option encryption 'psk2'
option key 'xxxxxxxxxxxxx'
option beacon_int '97'
option bss_transition '1'
Expand All @@ -61,7 +61,7 @@ config wifi-iface '2g'
option mode 'ap'
option network 'lan'
option ssid 'MX4300'
option encryption 'psk2+ccmp'
option encryption 'psk2'
option key 'xxxxxxxxxxxxx'
option bss_transition '1'
option beacon_int '100'
Expand Down Expand Up @@ -91,9 +91,12 @@ config wifi-iface 'mesh'
option network 'lan'
option mesh_fwding '1'
option mesh_gate_announcements '1'
option mesh_hwmp_rootmode '2'
option mesh_max_peer_links '16'
option mesh_rssi_threshold '-65'
option mesh_hwmp_rootmode '4'
option mesh_max_peer_links '5'
option mesh_ttl '5'
option mesh_element_ttl '3'
option mesh_hwmp_max_preq_retries '2'
option mesh_rssi_threshold '-70'
option disabled '0'
option macaddr '80:69:1A:22:AA:BC'

Expand Down
11 changes: 7 additions & 4 deletions nss-setup/example/02-mesh-sat-node
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ config wifi-iface '5g'
option mode 'ap'
option network 'lan'
option ssid 'MX4300'
option encryption 'psk2+ccmp'
option encryption 'psk2'
option key 'xxxxxxxxxxxxx'
option beacon_int '97'
option bss_transition '1'
Expand All @@ -61,7 +61,7 @@ config wifi-iface '2g'
option mode 'ap'
option network 'lan'
option ssid 'MX4300'
option encryption 'psk2+ccmp'
option encryption 'psk2'
option key 'xxxxxxxxxxxxx'
option bss_transition '1'
option beacon_int '100'
Expand Down Expand Up @@ -92,7 +92,10 @@ config wifi-iface 'mesh'
option mesh_fwding '0'
option mesh_gate_announcements '0'
option mesh_hwmp_rootmode '0'
option mesh_max_peer_links '16'
option mesh_max_peer_links '3'
option mesh_ttl '5'
option mesh_element_ttl '3'
option mesh_hwmp_max_preq_retries '2'
option mesh_rssi_threshold '-65'
option disabled '0'
option macaddr '80:69:1A:22:AA:AA'
Expand All @@ -102,7 +105,7 @@ config wifi-iface 'wds'
option mode 'sta'
option network 'lan'
option ssid 'MX4300-WDS'
option encryption 'psk2+ccmp'
option encryption 'psk2'
option key '4b22dd0c95846d36a8760ec90b703601c60f31ce4c8db1d9ade683cd3a2c2326'
option wds '1'
option disabled '1'
Expand Down

0 comments on commit bd90487

Please sign in to comment.