mirror of
https://github.com/spr-networks/super.git
synced 2026-04-25 12:55:52 +03:00
[GH-ISSUE #368] HiSuite Compatibility Problem? #179
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#179
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 @lts-rad on GitHub (Sep 12, 2024).
Original GitHub issue: https://github.com/spr-networks/super/issues/368
It was observed today that a HiSuite TV had trouble connecting
Symptoms:
Sniffing packets:
Recent changes:
Tried sae_pw=0 to force hunting and pecking, no luck
@lts-rad commented on GitHub (Sep 12, 2024):
wpa3 noentry msg:
https://github.com/spr-networks/hostap/blob/main/src/ap/ieee802_11.c#L643
wpa3 mismatch msg:
github.com/spr-networks/hostap@119d01b944/src/ap/ieee802_11.c (L1607)@lts-rad commented on GitHub (Sep 12, 2024):
wifi 7 issue: https://w1.fi/cgit/hostap/commit/?id=63df62c6c0b86221493588f7b9e583a4e45dd75a
@lts-rad commented on GitHub (Sep 12, 2024):
uninit memory bug with sae and password identifiers: https://w1.fi/cgit/hostap/commit/?id=761041b18ab243c28467475145f316e10bd649cf
@lts-rad commented on GitHub (Sep 13, 2024):
the 0.3.24 release will include a new event type from hostap to know when sae confirm passes
@lts-rad commented on GitHub (Jan 18, 2025):
Revisiting this, it turns out that it was related to GCMP-128 in the hostapd config. broke the wifi stack of the tv during auth. to fix:
@0vercl0k commented on GitHub (Jan 18, 2025):
Thanks again for debugging this today - really appreciate it man 🙏🏽