Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Backport v3.7-branch] net: wifi: Fix the nm type check error #76366

Merged
merged 1 commit into from
Aug 3, 2024

Conversation

zephyrbot
Copy link
Collaborator

@zephyrbot zephyrbot commented Jul 27, 2024

Backport bf42164 from #75982.

Fixes #76403

Fix the NM iface type check error, should use (1 << WIFI_TYPE_STA),
instead of WIFI_TYPE_STA. Same for WIFI_TYPE_SAP.

Signed-off-by: Maochen Wang <maochen.wang@nxp.com>
(cherry picked from commit bf42164)
@zephyrbot zephyrbot added Backport Backport PR and backport failure issues area: Wi-Fi Wi-Fi area: Networking labels Jul 27, 2024
@zephyrbot zephyrbot requested review from jukkar, krish2718 and rlubos July 27, 2024 12:10
@dleach02 dleach02 merged commit 642b308 into v3.7-branch Aug 3, 2024
30 checks passed
@dleach02 dleach02 deleted the backport-75982-to-v3.7-branch branch August 3, 2024 03:11
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area: Networking area: Wi-Fi Wi-Fi Backport Backport PR and backport failure issues
Projects
Status: Done
Development

Successfully merging this pull request may close these issues.

5 participants