linksys: new wifi config, 2022

This commit is contained in:
Vasil Kolev 2022-10-10 17:10:57 +03:00
parent bc72525292
commit 58839d0129
1 changed files with 29 additions and 4 deletions

View File

@ -1,10 +1,10 @@
config wifi-device radio0 config wifi-device radio0
option type mac80211 option type mac80211
option hwmode 11a
option path 'soc/soc:pcie/pci0000:00/0000:00:01.0/0000:01:00.0' option path 'soc/soc:pcie/pci0000:00/0000:00:01.0/0000:01:00.0'
option channel <radio0-channel> option channel '<radio0-channel>'
option txpower '<wlan0-txpower>' option txpower '<wlan0-txpower>'
option htmode VHT80 option htmode VHT80
option band '5g'
option distance '20' option distance '20'
list basic_rate '54000' list basic_rate '54000'
list supported_rates '54000' list supported_rates '54000'
@ -24,14 +24,15 @@ config wifi-iface
option isolate '1' option isolate '1'
option wnm_sleep_mode 1 option wnm_sleep_mode 1
option proxy_arp 1 option proxy_arp 1
option network 'userwifi'
config wifi-device radio1 config wifi-device radio1
option type mac80211 option type mac80211
option hwmode 11g
option path 'soc/soc:pcie/pci0000:00/0000:00:02.0/0000:02:00.0' option path 'soc/soc:pcie/pci0000:00/0000:00:02.0/0000:02:00.0'
option channel <radio1-channel> option channel '<radio1-channel>'
option txpower '<wlan1-txpower>' option txpower '<wlan1-txpower>'
option htmode 'HT20' option htmode 'HT20'
option band '2g'
option distance '20' option distance '20'
list basic_rate '54000' list basic_rate '54000'
list supported_rates '54000' list supported_rates '54000'
@ -40,6 +41,7 @@ config wifi-device radio1
option log_level '-1' option log_level '-1'
option country 'BG' option country 'BG'
option country_ie '1' option country_ie '1'
option cell_density '0'
config wifi-iface config wifi-iface
option device radio1 option device radio1
@ -51,6 +53,29 @@ config wifi-iface
option isolate '1' option isolate '1'
option wnm_sleep_mode 1 option wnm_sleep_mode 1
option proxy_arp 1 option proxy_arp 1
option network 'userwifi'
config wifi-iface
option device radio0
option network 'wireless'
option mode 'ap'
option ssid 'ofvideo'
option encryption 'sae-mixed'
option macaddr '<wlan0-macaddr>'
option key '<videokey>'
option wnm_sleep_mode 1
option network 'videowifi'
config wifi-iface
option device radio1
option network 'wireless'
option mode 'ap'
option ssid 'ofvideo'
option encryption 'sae-mixed'
option macaddr '<wlan1-macaddr>'
option key '<videokey>'
option wnm_sleep_mode 1
option network 'videowifi'