You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
@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!
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.
The text was updated successfully, but these errors were encountered: