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

Integrate hostap into project #7

Merged
merged 7 commits into from
Nov 10, 2023
Merged

Integrate hostap into project #7

merged 7 commits into from
Nov 10, 2023

Conversation

abeltrano
Copy link
Contributor

This pull request adds support for building the hostap project as an external project, introduces an option to choose the target OS, and includes changes to the source directories and compile definitions to support OS-dependent source trees. It also adds a new library target hostap-controller and its dependencies, and updates the Dockerfile for the netremote development environment to additionally install libwpa-client-dev.

Main interface changes:

  • CMakeLists.txt: Adds support for building the hostap project and introduces an option to choose the target OS. [1] [2] [3]
  • linux/hostap-controller/CMakeLists.txt: Adds a new library target hostap-controller and its dependencies, which will only be built if BUILD_HOSTAP_EXTERNAL is set to ON.
  • cmake/hostap.cmake: Adds option to choose between building hostap project from external source or using pre-built version discovered on system.

Dependency changes:

  • linux/README.md: Adds libwpa-client-dev as a development dependency.
  • vcpkg.json: Adds wil as a new dependency.
  • development/docker/images/netremote/dev/hostapd/Dockerfile: Updates the Dockerfile for the netremote development environment to install libwpa-client-dev instead of libssl-dev.

Other changes:

  • external/hostap/CMakeLists.txt: Adds configuration for building the hostap project as an external project.
  • linux/hostap-controller/Placeholder.cxx: Adds new include for wpa_ctrl.h.
  • linux/CMakeLists.txt: Adds hostap-controller as a subdirectory to be built.
  • external/hostap/.config: Adds new configuration options. (commit external/hostap/.configR1-R2)

@abeltrano abeltrano merged commit 6b6bf13 into develop Nov 10, 2023
2 checks passed
@abeltrano abeltrano deleted the hostap branch November 10, 2023 21:26
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.

1 participant