[GH-ISSUE #368] HiSuite Compatibility Problem? #179

Closed
opened 2026-03-04 01:35:23 +03:00 by kerem · 6 comments
Owner

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:

  • No WiFI Auth Failure Event
  • If wrong PSK is set on TV, then it will send an auth failure
  • Tcpdump on a monitor interface showed the device would Auth but not Associate
  • Device always goes for a WPA3 connection

Sniffing packets:

  • Saw commits from both sides in group 19
  • Saw both sides CONFIRM each other
  • No AUTH Success

Recent changes:

  • Hostapd recently had H2E enabled
  • sae_pw=2

Tried sae_pw=0 to force hunting and pecking, no luck

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: - No WiFI Auth Failure Event - If wrong PSK is set on TV, then it will send an auth failure - Tcpdump on a monitor interface showed the device would Auth but not Associate - Device always goes for a WPA3 connection Sniffing packets: - Saw commits from both sides in group 19 - Saw both sides CONFIRM each other - No AUTH Success Recent changes: - Hostapd recently had H2E enabled - sae_pw=2 Tried sae_pw=0 to force hunting and pecking, no luck
kerem 2026-03-04 01:35:23 +03:00
  • closed this issue
  • added the
    bug
    label
Author
Owner
<!-- gh-comment-id:2345047281 --> @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: https://github.com/spr-networks/hostap/blob/119d01b94459766e52e3c36d37fffbaadd2f0146/src/ap/ieee802_11.c#L1607
Author
Owner

@lts-rad commented on GitHub (Sep 12, 2024):

wifi 7 issue: https://w1.fi/cgit/hostap/commit/?id=63df62c6c0b86221493588f7b9e583a4e45dd75a

<!-- gh-comment-id:2345055144 --> @lts-rad commented on GitHub (Sep 12, 2024): wifi 7 issue: https://w1.fi/cgit/hostap/commit/?id=63df62c6c0b86221493588f7b9e583a4e45dd75a
Author
Owner

@lts-rad commented on GitHub (Sep 12, 2024):

uninit memory bug with sae and password identifiers: https://w1.fi/cgit/hostap/commit/?id=761041b18ab243c28467475145f316e10bd649cf

<!-- gh-comment-id:2345056415 --> @lts-rad commented on GitHub (Sep 12, 2024): uninit memory bug with sae and password identifiers: https://w1.fi/cgit/hostap/commit/?id=761041b18ab243c28467475145f316e10bd649cf
Author
Owner

@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

<!-- gh-comment-id:2349599961 --> @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
Author
Owner

@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:

  • by default lets keep GCMP-128 off. lets add GCMP as a toggle for users.
  • add GCMP in the faq for a device not connecting
<!-- gh-comment-id:2599517546 --> @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: - by default lets keep GCMP-128 off. lets add GCMP as a toggle for users. - add GCMP in the faq for a device not connecting
Author
Owner

@0vercl0k commented on GitHub (Jan 18, 2025):

Thanks again for debugging this today - really appreciate it man 🙏🏽

<!-- gh-comment-id:2599565390 --> @0vercl0k commented on GitHub (Jan 18, 2025): Thanks again for debugging this today - really appreciate it man 🙏🏽
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/super#179
No description provided.