Skip to content

Commit

Permalink
[NXP][platform][common] Set CHIP_DEVICE_CONFIG_ENABLE_WIFI_STATION to…
Browse files Browse the repository at this point in the history
… 1 by default if wifi is enabled (project-chip#36226)

Signed-off-by: Dina Benamar <[email protected]>
  • Loading branch information
dinabenamar authored Oct 24, 2024
1 parent e0abf7a commit 71170fe
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/platform/nxp/common/CHIPDeviceNXPPlatformDefaultConfig.h
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,11 @@
// ==================== Platform Adaptations ====================

#ifndef CHIP_DEVICE_CONFIG_ENABLE_WIFI_STATION
#if CONFIG_CHIP_WIFI || CHIP_DEVICE_CONFIG_ENABLE_WPA
#define CHIP_DEVICE_CONFIG_ENABLE_WIFI_STATION 1
#else
#define CHIP_DEVICE_CONFIG_ENABLE_WIFI_STATION 0
#endif // CONFIG_CHIP_WIFI || CHIP_DEVICE_CONFIG_ENABLE_WPA
#endif // CHIP_DEVICE_CONFIG_ENABLE_WIFI_STATION

#ifndef CHIP_DEVICE_CONFIG_ENABLE_WIFI_AP
Expand Down

0 comments on commit 71170fe

Please sign in to comment.