All of lore.kernel.org
 help / color / mirror / Atom feed
* No way to cancel SAE after CMD_AUTHENTICATE?
@ 2024-03-28 15:23 James Prestwood
  2024-03-28 16:05 ` Johannes Berg
  0 siblings, 1 reply; 3+ messages in thread
From: James Prestwood @ 2024-03-28 15:23 UTC (permalink / raw)
  To: open list:MEDIATEK MT76 WIRELESS LAN DRIVER

Hi,

I noticed some odd behavior where userspace is unable to cancel an SAE 
connection until associated. If you issue a CMD_AUTHENTICATE then 
immediately (or prior to association) send a CMD_DISCONNECT the kernel 
will not cancel the authentication and afaict ignore the CMD_DISCONNECT. 
The kernel will continue to send authenticate events, and even retry 
authentication until the retry limit after CMD_DISCONNECT is issued.

I see the checks in cfg80211_disconnect which seem to back up this 
behavior where its essentially ignored if not "connected". I'm not sure 
where to actually fix this since the auth retries are internal to 
mac80211. Since the device isn't even authenticated I'm unsure what 
value/structure to even check in order to detect this situation and 
clean up. But there needs to be some way to cancel the authentication, 
right?

Thanks,

James


^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2024-03-28 17:30 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-03-28 15:23 No way to cancel SAE after CMD_AUTHENTICATE? James Prestwood
2024-03-28 16:05 ` Johannes Berg
2024-03-28 17:30   ` James Prestwood

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.