Hi Bakul,

Le lun. 4 janv. 2021, à 01 h 20, Bakul Shah <[email protected]> a écrit :

> I could use a different SSID for each band but wondering why
> isn't the higher speed preferred at least by [email protected]
> <[email protected]>"
>

Your 2.4 GHz and 5 GHz networks probably have different BSSIDs. In my
wpa_supplicant.conf, I list the two by BSSID instead of my SSID:

    # 5 GHz
    network={
           bssid=00:11:22:33:44:56
           psk="password"
           priority=2
    }
    # 2.4 GHz
    network={
            bssid=00:11:22:33:44:55
            psk="password"
            priority=1
    }

Best,
David
_______________________________________________
[email protected] mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-wireless
To unsubscribe, send any mail to "[email protected]"

Reply via email to