Skip to content

Commit 9a1ebee

Browse files
jerome-pouillerdanieldegrasse
authored andcommitted
drivers: wifi: siwx91x: Extract AP related functions
siwx91x_wifi.c starts to contains to much code. Let' simplify it by grouping all the Access Point related functions in a separated file. Signed-off-by: Jérôme Pouiller <[email protected]>
1 parent 6dd601c commit 9a1ebee

File tree

5 files changed

+379
-338
lines changed

5 files changed

+379
-338
lines changed

drivers/wifi/siwx91x/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# Copyright (c) 2024 Silicon Laboratories Inc.
33

44
if(CONFIG_WIFI_SILABS_SIWX91X)
5-
zephyr_library_sources(siwx91x_wifi.c siwx91x_wifi_scan.c)
5+
zephyr_library_sources(siwx91x_wifi.c siwx91x_wifi_ap.c siwx91x_wifi_scan.c)
66

77
if(CONFIG_WIFI_SILABS_SIWX91X_NET_STACK_OFFLOAD)
88
zephyr_library_sources(siwx91x_wifi_socket.c)

0 commit comments

Comments
 (0)