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

zephyr: enable CONFIG_NXP_WIFI_BUILD_ONLY_MODE #454

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

Conversation

danieldegrasse
Copy link
Collaborator

Add support for CONFIG_NXP_WIFI_BUILD_ONLY_MODE, which enables the NXP WiFi driver to be built by CI without binary blobs

Remove signal_change_callbk_fn definition, as this is required for
11k/v/r roaming support which is not currently present in Zephyr.

Signed-off-by: Daniel DeGrasse <[email protected]>
Add support for CONFIG_NXP_WIFI_BUILD_ONLY_MODE, which enables the NXP
WiFi driver to be built by CI without binary blobs

Signed-off-by: Daniel DeGrasse <[email protected]>
@@ -2669,25 +2669,6 @@ void wifi_nxp_wpa_supp_event_proc_dfs_cac_finished(void *if_priv, nxp_wifi_dfs_c
}
}

void wifi_nxp_wpa_supp_event_signal_change(void *if_priv, t_s16 *curr_rssi)
Copy link
Contributor

Choose a reason for hiding this comment

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

The related hostap PR is still under review, which can fix the build error:
zephyrproject-rtos/hostap#38

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

Thanks for the heads up- if the support for 11kvr roaming merges in HostAP first, we can drop this change. I just want to get the upstream WiFi support to a point where it builds and works correctly.

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

Successfully merging this pull request may close these issues.

2 participants