Index | Thread | Search

From:
Stefan Sperling <stsp@stsp.name>
Subject:
Re: add WPA3 support
To:
Nick Owens <mischief@offblast.org>
Cc:
tech@openbsd.org
Date:
Sat, 18 Jul 2026 15:24:17 +0200

Download raw body.

Thread
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.