os/board/bk7239n, wpa_supplicant: report fine-grained WPA state during WiFi join process#7283
Merged
hk-gwak merged 1 commit intoSamsung:masterfrom Apr 20, 2026
Merged
Conversation
…g WiFi join process adapter requires more detailed WPA supplicant state reporting during the STA connection process. Key changes: - Track the actual WPA state in wpa_supplicant and expose it to the adapter layer. - Return the real WPA sub-state when upper layer queries connection progress. - Classify STA connect failure and disconnection by reason code and WPA state. - Reset auth_fail_cnt on successful STA connection.
3139664 to
ec9974c
Compare
hk-gwak
approved these changes
Apr 20, 2026
Collaborator
hk-gwak
left a comment
There was a problem hiding this comment.
For applying samsung specific logic in this change.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
adapter requires more detailed WPA supplicant state reporting during the STA connection process.
Key changes: