2020-12-10 00:06:03 +02:00
|
|
|
/* SPDX-License-Identifier: GPL-2.0 OR BSD-3-Clause */
|
|
|
|
/*
|
2021-02-10 17:15:03 +02:00
|
|
|
* Copyright (C) 2012-2014, 2018, 2020 Intel Corporation
|
2020-12-10 00:06:03 +02:00
|
|
|
* Copyright (C) 2013-2015 Intel Mobile Communications GmbH
|
|
|
|
* Copyright (C) 2016-2017 Intel Deutschland GmbH
|
|
|
|
*/
|
2013-01-24 14:25:36 +01:00
|
|
|
#ifndef __fw_api_h__
|
|
|
|
#define __fw_api_h__
|
|
|
|
|
2017-06-02 15:15:53 +02:00
|
|
|
#include "fw/api/tdls.h"
|
|
|
|
#include "fw/api/mac-cfg.h"
|
|
|
|
#include "fw/api/offload.h"
|
|
|
|
#include "fw/api/context.h"
|
|
|
|
#include "fw/api/time-event.h"
|
|
|
|
#include "fw/api/datapath.h"
|
|
|
|
#include "fw/api/phy.h"
|
|
|
|
#include "fw/api/config.h"
|
2021-12-04 17:49:34 +02:00
|
|
|
#include "fw/api/system.h"
|
2017-06-02 15:15:53 +02:00
|
|
|
#include "fw/api/alive.h"
|
|
|
|
#include "fw/api/binding.h"
|
|
|
|
#include "fw/api/cmdhdr.h"
|
|
|
|
#include "fw/api/coex.h"
|
|
|
|
#include "fw/api/commands.h"
|
|
|
|
#include "fw/api/d3.h"
|
|
|
|
#include "fw/api/filter.h"
|
2017-06-28 16:19:49 +02:00
|
|
|
#include "fw/api/led.h"
|
2017-06-02 15:15:53 +02:00
|
|
|
#include "fw/api/mac.h"
|
|
|
|
#include "fw/api/nvm-reg.h"
|
|
|
|
#include "fw/api/phy-ctxt.h"
|
|
|
|
#include "fw/api/power.h"
|
|
|
|
#include "fw/api/rs.h"
|
|
|
|
#include "fw/api/rx.h"
|
|
|
|
#include "fw/api/scan.h"
|
|
|
|
#include "fw/api/sf.h"
|
|
|
|
#include "fw/api/sta.h"
|
|
|
|
#include "fw/api/stats.h"
|
2018-10-31 10:29:31 +01:00
|
|
|
#include "fw/api/location.h"
|
2017-06-02 15:15:53 +02:00
|
|
|
#include "fw/api/tx.h"
|
2021-02-10 17:15:03 +02:00
|
|
|
#include "fw/api/rfi.h"
|
2017-03-10 14:01:42 +01:00
|
|
|
|
2013-01-24 14:25:36 +01:00
|
|
|
#endif /* __fw_api_h__ */
|