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

wifi: hostap: Relocate source code of AP setup using hostapd to separate files #77383

Open
nxf58150 opened this issue Aug 22, 2024 · 1 comment
Assignees
Labels
area: Wi-Fi Wi-Fi Enhancement Changes/Updates/Additions to existing features

Comments

@nxf58150
Copy link
Contributor

Issue:
Originally, setting up AP with wpa_supplicant is supported in modules/hostap/src/supp_*.c files. Now adding new support of setting up AP with hostapd in same files, controlled by new macro CONFIG_WIFI_NM_HOSTAPD_AP. This implementation is not easy to maintain in the future.

Solution:
Relocate the hostapd support source code to new files and place those files under modules/hostap/src. Update CMAKE file so that those files will only be included and compiled when CONFIG_WIFI_NM_HOSTAPD_AP is enabled.

@nxf58150 nxf58150 added the Enhancement Changes/Updates/Additions to existing features label Aug 22, 2024
@nxf58150
Copy link
Contributor Author

@krish2718
Hi Chaitanya,
Created this issue to track the hostapd support relocation task. Could you please help add this issue to Wi-Fi project.
Thanks!

Regards,
Hui Bai

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area: Wi-Fi Wi-Fi Enhancement Changes/Updates/Additions to existing features
Projects
Status: Todo
Development

No branches or pull requests

5 participants