On Mon, 2019-04-15 at 09:32 -0700, Ben Greear wrote: > On 4/15/19 4:15 AM, Johannes Berg wrote: > > On Fri, 2019-04-12 at 14:37 -0700, greearb@xxxxxxxxxxxxxxx wrote: > > > From: Ben Greear <greearb@xxxxxxxxxxxxxxx> > > > > > > Report time stamp of when sta became authenticated. > > > > You didn't actually implement this ;-) > > > > Did you mean associated? > > > > > + * @auth_at_ms: time in ms of the last assoc -> auth transition. > > > > There's commonly not really such a transition? > > Oh, I guess AUTHORIZED is only when doing .1x authentication? My test case > was (luckly?) doing that, so I didn't notice the bug. Oh, you meant *authorized*... Most of the code uses "auth" == "authenticated" :-) johannes