/** @file mlan.h * * @brief This file declares all APIs that will be called from MOAL module. * It also defines the data structures used for APIs between MLAN and MOAL. * * Copyright 2008-2024 NXP * * SPDX-License-Identifier: BSD-3-Clause * */ /****************************************************** Change log: 10/13/2008: initial version 11/07/2008: split mlan.h into mlan_decl.h & mlan_ioctl.h ******************************************************/ #ifndef _MLAN_H_ #define _MLAN_H_ #include #include "nxp_wifi.h" #if !CONFIG_WIFI_INTERNAL #define CONFIG_WIFI_INTERNAL 1 #endif #if !(defined(SD8801) || defined(RW610)) #define CONFIG_GTK_REKEY_OFFLOAD 1 #endif #if defined(SD9177) #define CONFIG_TCP_ACK_ENH 1 #define CONFIG_FW_VDLL 1 #if !CONFIG_WIFI_CAPA #define CONFIG_WIFI_CAPA 1 #endif #endif #include #include "mlan_decl.h" #include "mlan_ioctl.h" #include "mlan_ieee.h" #endif /* !_MLAN_H_ */