zephyr/modules/hostap
Maochen Wang a7e97e8799 hostap: fix build error of common.h
When build with the psa_crypto_driver, it will try to include common.h
of mbedtls, but actually include the common.h from hostap, and causes
build error of undefined symbol. Use zephyr_interface_library_named
to define hostap, and other modules needs to link the library of hostap
when wants to use the header file in /utils path, such as the common.h.

Signed-off-by: Maochen Wang <maochen.wang@nxp.com>
2024-09-04 09:53:12 +02:00
..
src hostap: Add rts threshold set api support 2024-08-29 18:03:41 +02:00
CMakeLists.txt hostap: fix build error of common.h 2024-09-04 09:53:12 +02:00
Kconfig modules: hostap: Fix Kconfig parameters for build 2024-09-03 14:40:45 +01:00