Re: add WPA3 support
Stefan Sperling <[email protected]> Sat, 18 Jul 2026 15:24:17 +0200
| Newsgroups | gmane.os.openbsd.tech |
|---|---|
| Message-ID | <[email protected]> |
On Sat, Jul 18, 2026 at 05:53:14AM -0700, Nick Owens wrote: > i suspect this should be a ; and not a , right here. > > > + sae_len = m->m_len - sizeof(*wh) - 6, > > + ieee80211_auth_sae(ic, wh, frm, sae_len, ni, rxi, seq, status); > > + return; Oh, indeed, thank you. Fortunately, in this case, the end result should be the same.