Re: [PATCH] Don't use 802.11r Fast Transition if the driver doesn't support it
Alex Henrie <[email protected]>
| Newsgroups | gmane.linux.drivers.hostap |
|---|---|
| Message-ID | <CAMMLpeQxEKPxqGjHAewyJj6Hvx5UssXLGCfw+_hb-SnWFF_tgg@mail.gmail.com> |
On Mon, Feb 24, 2020 at 11:50 PM Alex Henrie <[email protected]> wrote: > > There was already a check in wpa_supplicant_set_suites that disables > Fast Transition if neither SME nor IES is available. However, it is > evident that support for SME or IES is a necessary but not sufficient > condition for supporting Fast Transition. Never mind, the SME/IES check appears to be enough after all. I mistakenly thought that I was comparing the latest Git wpa_supplicant to my patched wpa_supplicant when in fact I was comparing the default Raspbian wpa_supplicant to the latest Git wpa_supplicant. And of course I didn't notice until after I sent the patch, sorry. For what it's worth, now that bit of code has gotten some extra testing :-) -Alex