Skip to content

Commit fb9ebbc

Browse files
committed
modules: hostap: select required POSIX features
Explicitly enable all required POSIX features, instead of relying on `POSIX_API` to enable defaults. Signed-off-by: Jordan Yates <[email protected]>
1 parent b0c52f1 commit fb9ebbc

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

modules/hostap/Kconfig

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,12 @@
77

88
config WIFI_NM_WPA_SUPPLICANT
99
bool "WPA Suplicant from hostap project [EXPERIMENTAL]"
10+
select POSIX_API
11+
select POSIX_NETWORKING
1012
select POSIX_TIMERS
1113
select POSIX_SIGNALS
12-
select POSIX_API
14+
select POSIX_FD_MGMT
15+
select POSIX_DEVICE_IO
1316
select NET_SOCKETS
1417
select NET_SOCKETS_PACKET
1518
select NET_SOCKETPAIR

0 commit comments

Comments
 (0)