Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 4 Jan 2021 09:52:08 -0500
From:      David Schlachter <david@schlachter.ca>
To:        Bakul Shah <bakul@iitbombay.org>
Cc:        "freebsd-wireless@freebsd.org" <wireless@freebsd.org>
Subject:   Re: Is there a way to force connecting to the 5Ghz wifi band?
Message-ID:  <CAF104kP=fZqOBeRObuQQi0Tu4P3nnHm4u%2BHxhpm7mgfkQ8BBhg@mail.gmail.com>
In-Reply-To: <BFD4B0A8-B423-4FF5-A1F1-3D8E36C586A1@iitbombay.org>
References:  <BFD4B0A8-B423-4FF5-A1F1-3D8E36C586A1@iitbombay.org>

next in thread | previous in thread | raw e-mail | index | archive | help
Hi Bakul,

Le lun. 4 janv. 2021, =C3=A0 01 h 20, Bakul Shah <bakul@iitbombay.org> a =
=C3=A9crit :

> I could use a different SSID for each band but wondering why
> isn't the higher speed preferred at least by default.scribe@freebsd.org
> <freebsd-wireless-unsubscribe@freebsd.org>"
>

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=3D{
           bssid=3D00:11:22:33:44:56
           psk=3D"password"
           priority=3D2
    }
    # 2.4 GHz
    network=3D{
            bssid=3D00:11:22:33:44:55
            psk=3D"password"
            priority=3D1
    }

Best,
David



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?CAF104kP=fZqOBeRObuQQi0Tu4P3nnHm4u%2BHxhpm7mgfkQ8BBhg>