Quantum Fiber W1700k support

this one works.:

NOTE: just to be aware, image needs to contain:

CONFIG_WIFI_SCRIPTS_UCODE=y
CONFIG_PACKAGE_iwinfo=y

# probably also this
CONFIG_PACKAGE_wireless-tools=y
config wifi-device 'radio0'
        option type 'mac80211'
        option path 'soc/1fc00000.pcie/pci0000:00/0000:00:00.0/0000:01:00.0'
        option radio '0'
        option band '2g'
        option channel '1'
        option htmode 'EHT20'
        option country 'DE'

config wifi-iface 'default_radio0'
        option device 'radio0'
        option network 'lan'
        option mode 'ap'
        option ssid 'OpenWrt'
        option encryption 'none'

config wifi-device 'radio1'
        option type 'mac80211'
        option path 'soc/1fc00000.pcie/pci0000:00/0000:00:00.0/0000:01:00.0'
        option radio '1'
        option band '5g'
        option channel '124'
        option htmode 'EHT160'
        option country 'DE'

config wifi-iface 'default_radio1'
        option device 'radio1'
        option network 'lan'
        option mode 'ap'
        option ssid 'OpenWrt'
        option encryption 'none'

config wifi-device 'radio2'
        option type 'mac80211'
        option path 'soc/1fc00000.pcie/pci0000:00/0000:00:00.0/0000:01:00.0'
        option country 'DE'
        option radio '2'
        option band '6g'
        option channel '37'
        option htmode 'EHT160'

config wifi-iface 'default_radio2'
        option device 'radio2'
        option network 'lan'
        option mode 'ap'
        option ssid 'OpenWrt'
        option encryption 'none'


config wifi-iface 'wifinet0'
        list device 'radio1'
        list device 'radio2'
        option mlo '1'
        option network 'lan'
        option mode 'ap'
        option ssid 'Testowo'
        option encryption 'sae'
        option sae_pwe '2'
        option key 'test1234test'
        option ieee80211w '2'
        option ocv '2'
        option log_level '1'

iw:

root@OpenWrt:~# iw dev
phy#0
        Interface phy0.2-ap0
                ifindex 19
                wdev 0x5
                addr 00:58:28:40:10:62
                type AP
                multicast TXQ:
                        qsz-byt qsz-pkt flows   drops   marks   overlmt hashcol tx-bytes        tx-packets
                        0       0       0       0       0       0       0       0               0
                Radios: 2
        Interface ap-mld0
                ifindex 18
                wdev 0x4
                addr 00:58:28:40:10:62
                ssid Testowo
                type AP
                multicast TXQ:
                        qsz-byt qsz-pkt flows   drops   marks   overlmt hashcol tx-bytes        tx-packets
                        0       0       0       0       0       0       0       0               0
                MLD with links:
                 - link ID  1 link addr 00:58:28:40:10:62
                   channel 124 (5620 MHz), width: 160 MHz, center1: 5570 MHz
                Radios: 1 2
        Interface phy0.1-ap0
                ifindex 17
                wdev 0x3
                addr 00:58:28:40:10:72
                ssid OpenWrt
                type AP
                channel 124 (5620 MHz), width: 160 MHz, center1: 5570 MHz
                txpower 26.00 dBm
                multicast TXQ:
                        qsz-byt qsz-pkt flows   drops   marks   overlmt hashcol tx-bytes        tx-packets
                        0       0       0       0       0       0       0       0               0
                Radios: 1
        Interface phy0.0-ap0
                ifindex 15
                wdev 0x1
                addr 02:58:28:40:10:62
                ssid OpenWrt
                type AP
                channel 1 (2412 MHz), width: 20 MHz, center1: 2412 MHz
                txpower 20.00 dBm
                multicast TXQ:
                        qsz-byt qsz-pkt flows   drops   marks   overlmt hashcol tx-bytes        tx-packets
                        0       0       0       0       0       0       0       0               0
                Radios: 0

but, when I connect to it, device reboots. Tomorrow will check via UART what’s going on.

1 Like