1 /** @file wmtypes.h 2 * 3 * @brief Consolidated Header for Data types 4 * 5 * Copyright 2008-2024 NXP 6 * 7 * SPDX-License-Identifier: BSD-3-Clause 8 * 9 */ 10 11 #ifndef _WMTYPES_H_ 12 #define _WMTYPES_H_ 13 14 #include <stddef.h> 15 #include <stdint.h> 16 #include <stdbool.h> 17 #include <wifi_config_default.h> 18 #include "nxp_wifi.h" 19 #endif /* ! _WMTYPES_H_ */ 20