Skip to content

Add support for OKC settings #93204

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

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

gangli02
Copy link
Contributor

  • Added "wifi config" command.
  • Add OKC parameter to "wifi config" command.
    Set okc to 1 to enable opportunistic key caching.

gangli02 added 2 commits July 17, 2025 12:52
- Added "wifi config" command.
- Add OKC parameter to "wifi config" command.
  Set okc to 1 to enable opportunistic key caching.

Signed-off-by: Gang Li <gang.li_1@nxp.com>
- Added support for OKC settings

Signed-off-by: Gang Li <gang.li_1@nxp.com>
Copy link

wpa_printf(MSG_ERROR, "Failed to set OKC");
goto out;
}
wpa_printf(MSG_INFO, "Set OKC: %d", params->okc);
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
wpa_printf(MSG_INFO, "Set OKC: %d", params->okc);
wpa_printf(MSG_DEBUG, "Set OKC: %d", params->okc);

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants