Connect to router with 5GHz not working

Hello everyone

I'm still a beginner in OpenWrt (it runs on my Raspberry Pi 4) and I wanted the RPI to connect to my router and then the RPI to be connected to my pc via LAN as a kind of bridge and that works fine but the RPI just connects with 2.4ghz to the router

that's what my /etc/config/wireless shows :

config wifi-device 'radio0'
        option type 'mac80211'
        option path 'platform/soc/fe300000.mmcnr/mmc_host/mmc1/mmc1:0001/mmc1:0001:1'
        option band '5g'
        option cell_density '0'
        option channel '44'

config wifi-iface 'wifinet0'
        option device 'radio0'
        option mode 'sta'
        option ssid 'FRITZ!Box 7520 WC'
        option bssid 'B0:F2:08:5D:52:5B'
        option encryption 'psk2'
        option key '55614406741305269772'
        option network 'lan wwan MainWIFI'

Thank you for your help

Have you tried the scan button? Does it output anything on 5ghZ?

No not really there is no 5ghz on the scan

nope thats the problem

1 Like