Skip to content

Commit

Permalink
nss-setup: clean up mesh base and sat config
Browse files Browse the repository at this point in the history
Signed-off-by: Sean Khan <[email protected]>
  • Loading branch information
qosmio committed Oct 13, 2024
1 parent 4eb79df commit edaebc6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 10 deletions.
4 changes: 0 additions & 4 deletions nss-setup/example/01-mesh-node
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,6 @@ config wifi-iface '5g'
option wnm_sleep_mode '1'
option wpa_group_rekey '86400'
option pmk_r1_push '1'
option macaddr '80:69:1A:22:FF:BA'

config wifi-iface '2g'
option device 'radio1'
Expand All @@ -80,7 +79,6 @@ config wifi-iface '2g'
option wpa_group_rekey '86400'
option max_inactivity '4260'
option pmk_r1_push '1'
option macaddr '80:69:1A:22:FF:BB'

config wifi-iface 'mesh'
option device 'radio2'
Expand All @@ -98,7 +96,6 @@ config wifi-iface 'mesh'
option mesh_hwmp_max_preq_retries '2'
option mesh_rssi_threshold '-70'
option disabled '0'
option macaddr '80:69:1A:22:AA:BC'

config wifi-iface 'wds'
option device 'radio2'
Expand All @@ -109,4 +106,3 @@ config wifi-iface 'wds'
option key '4b22dd0c95846d36a8760ec90b703601c60f31ce4c8db1d9ade683cd3a2c2326'
option wds '1'
option disabled '1'
option macaddr '80:69:1A:22:AA:BC'
8 changes: 2 additions & 6 deletions nss-setup/example/02-mesh-sat-node
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ 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'
Expand All @@ -54,7 +54,6 @@ config wifi-iface '5g'
option wnm_sleep_mode '1'
option wpa_group_rekey '86400'
option pmk_r1_push '1'
option macaddr '80:69:1A:22:FF:FF'

config wifi-iface '2g'
option device 'radio1'
Expand All @@ -80,7 +79,6 @@ config wifi-iface '2g'
option wpa_group_rekey '86400'
option max_inactivity '4260'
option pmk_r1_push '1'
option macaddr '80:69:1A:22:FF:FE'

config wifi-iface 'mesh'
option device 'radio2'
Expand All @@ -98,15 +96,13 @@ config wifi-iface 'mesh'
option mesh_hwmp_max_preq_retries '2'
option mesh_rssi_threshold '-65'
option disabled '0'
option macaddr '80:69:1A:22:AA:AA'

config wifi-iface 'wds'
option device 'radio2'
option mode 'sta'
option network 'lan'
option ssid 'MX4300-WDS'
option encryption 'psk2'
option encryption 'psk2+ccmp'
option key '4b22dd0c95846d36a8760ec90b703601c60f31ce4c8db1d9ade683cd3a2c2326'
option wds '1'
option disabled '1'
option macaddr '80:69:1A:22:AA:AA'

0 comments on commit edaebc6

Please sign in to comment.