mirror of
https://github.com/spr-networks/super.git
synced 2026-04-25 21:05:55 +03:00
[GH-ISSUE #71] Device connection shows as successful in error #20
Labels
No labels
blocked
bug
documentation
enhancement
fixed
fixed ✅
hardening
implemented
installer
multicast
p1
p2
pending
podman
pull-request
security
testing
v1
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/super#20
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @rgov on GitHub (Sep 19, 2022).
Original GitHub issue: https://github.com/spr-networks/super/issues/71
I had a device routinely trying and failing to authenticate to the network. I waited for the auth failure popup and copied the MAC address, then used the Add Device flow to add a new entry with the same MAC address and (it turned out) the wrong password.
On the QR code screen, the connection status immediately changed to "Success" even though there was no successful attempt. And when the device did attempt to connect a moment later, I got the PSK failure alert.
@lts-rad commented on GitHub (Sep 19, 2022):
Was it actually successful in the end? Hostap has to trigger a succesful association event for that popup to appear
@rgov commented on GitHub (Sep 19, 2022):
in this case the device had the wrong psk so no it didn’t successfully auth at this moment. Later I recreated it with the correct psk and had the same immediate success message, but the device really successfully authed maybe 30 seconds later.
@lts-rad commented on GitHub (Sep 19, 2022):
Could be a UI state glitch in that case, can try to reproduce later.
@rgov commented on GitHub (Sep 19, 2022):
Updated answer above