Skip to content

Commit f49cb32

Browse files
committed
manifest: sdk-hostap: Switch to sdk-hostap
Use the nrfconnect/sdk-hostap instead of sdk-zephyr/hostap to accomodate the fix for BTM testcase in QT. Signed-off-by: Chaitanya Tata <[email protected]>
1 parent 8788728 commit f49cb32

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

west.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,6 @@ manifest:
9090
- hal_st # required for ST sensors (unrelated to STM32 MCUs)
9191
- hal_tdk # required for Invensense sensors such as ICM42670
9292
- hal_wurthelektronik
93-
- hostap
9493
- liblc3
9594
- libmetal
9695
- littlefs
@@ -115,6 +114,10 @@ manifest:
115114
#
116115
# Some of these are also Zephyr modules which have NCS-specific
117116
# changes.
117+
- name: hostap
118+
repo-path: sdk-hostap
119+
path: modules/lib/hostap
120+
revision: 528eb2d95e35c7c9b187a15d2fb7f6e5bb983181
118121
- name: wfa-qt-control-app
119122
repo-path: sdk-wi-fiquicktrack-controlappc
120123
path: modules/lib/wfa-qt-control-app

0 commit comments

Comments
 (0)