Files
openwrt-ipq/nss-setup/example/02-mesh-sat-node
Sean Khan 4120e2247c nss-setup: update wifi configs for WPA3
* 802.11 k/v/r now fully works in sae-mixed mode. So we can now switch
  from psk2 (WPA2) to WPA2/WPA3 mixed mode.
* Clean up uncessary configs
* Remove WDS example as it's not applicable in this example

Signed-off-by: Sean Khan <datapronix@protonmail.com>
2025-02-28 16:38:07 -05:00

88 lines
2.0 KiB
Plaintext

config wifi-device 'radio0'
option type 'mac80211'
option path 'platform/soc@0/c000000.wifi'
option band '5g'
option txpower '21'
option country 'US'
option htmode 'HE80'
option channel '64'
option cell_density '0'
option noscan '1'
config wifi-device 'radio1'
option type 'mac80211'
option path 'platform/soc@0/c000000.wifi+1'
option band '2g'
option txpower '24'
option country 'US'
option htmode 'HE20'
option channel '1'
option cell_density '0'
config wifi-device 'radio2'
option type 'mac80211'
option path 'platform/soc@0/c000000.wifi+2'
option band '5g'
option txpower '30'
option country 'US'
option htmode 'HE80'
option channel '161'
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 'sae-mixed'
option key 'xxxxxxxxxxxxx'
option beacon_int '97'
option bss_transition '1'
option dtim_period '3'
option ft_over_ds '0'
option ieee80211r '1'
option ieee80211k '1'
option proxy_arp '1'
option time_advertisement '2'
option time_zone 'GMT0'
option wnm_sleep_mode '1'
option ocv '0'
config wifi-iface '2g'
option device 'radio1'
option mode 'ap'
option network 'lan'
option ssid 'MX4300'
option encryption 'sae-mixed'
option key 'xxxxxxxxxxxxx'
option bss_transition '1'
option dtim_period '3'
option ft_over_ds '0'
option ieee80211r '1'
option ieee80211k '1'
option proxy_arp '1'
option time_advertisement '2'
option time_zone 'GMT0'
option wnm_sleep_mode '1'
option max_inactivity '86400'
option ocv '0'
config wifi-iface 'mesh'
option device 'radio2'
option encryption 'sae'
option key '4b22dd0c95846d36a8760ec90b703601c60f31ce4c8db1d9ade683cd3a2c2326'
option mesh_id 'MX4300-MESH'
option mode 'mesh'
option network 'lan'
option mesh_fwding '0'
option mesh_gate_announcements '0'
option mesh_hwmp_rootmode '0'
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 '-70'
option disabled '0'