MCUXpresso_MIMXRT1052xxxxB/boards/evkbimxrt1050/aws_examples/remote_control_wifi_nxp/wifi_config.h

50 lines
1010 B
C
Raw Normal View History

2022-04-08 14:46:35 +00:00
/*
* Copyright 2020-2021 NXP
* All rights reserved.
*
* SPDX-License-Identifier: BSD-3-Clause
*/
#ifndef _WIFI_CONFIG_H_
#define _WIFI_CONFIG_H_
#define CONFIG_WIFI_MAX_PRIO (configMAX_PRIORITIES - 1)
#define CONFIG_MAX_AP_ENTRIES 1
#if defined(SD8977) || defined(SD8978) || defined(SD8987)
#define CONFIG_5GHz_SUPPORT 1
#endif
#define CONFIG_SDIO_MULTI_PORT_RX_AGGR 1
#if defined(SD8987)
#define CONFIG_11AC
#undef CONFIG_WMM
#endif
/* Logs */
#define CONFIG_ENABLE_ERROR_LOGS 1
#define CONFIG_ENABLE_WARNING_LOGS 1
/* WLCMGR debug */
#undef CONFIG_WLCMGR_DEBUG
/*
* Wifi extra debug options
*/
#undef CONFIG_WIFI_EXTRA_DEBUG
#undef CONFIG_WIFI_EVENTS_DEBUG
#undef CONFIG_WIFI_CMD_RESP_DEBUG
#undef CONFIG_WIFI_SCAN_DEBUG
#undef CONFIG_WIFI_IO_INFO_DUMP
#undef CONFIG_WIFI_IO_DEBUG
#undef CONFIG_WIFI_IO_DUMP
#undef CONFIG_WIFI_MEM_DEBUG
#undef CONFIG_WIFI_AMPDU_DEBUG
#undef CONFIG_WIFI_TIMER_DEBUG
#undef CONFIG_WIFI_SDIO_DEBUG
#undef CONFIG_WIFI_FW_DEBUG
#endif /* _WIFI_CONFIG_H_ */