18c2ecf20Sopenharmony_ci/****************************************************************************** 28c2ecf20Sopenharmony_ci * 38c2ecf20Sopenharmony_ci * This file is provided under a dual BSD/GPLv2 license. When using or 48c2ecf20Sopenharmony_ci * redistributing this file, you may do so under either license. 58c2ecf20Sopenharmony_ci * 68c2ecf20Sopenharmony_ci * GPL LICENSE SUMMARY 78c2ecf20Sopenharmony_ci * 88c2ecf20Sopenharmony_ci * Copyright(c) 2012 - 2014 Intel Corporation. All rights reserved. 98c2ecf20Sopenharmony_ci * Copyright(c) 2013 - 2015 Intel Mobile Communications GmbH 108c2ecf20Sopenharmony_ci * Copyright(c) 2016 - 2017 Intel Deutschland GmbH 118c2ecf20Sopenharmony_ci * Copyright (C) 2018 Intel Corporation 128c2ecf20Sopenharmony_ci * 138c2ecf20Sopenharmony_ci * This program is free software; you can redistribute it and/or modify 148c2ecf20Sopenharmony_ci * it under the terms of version 2 of the GNU General Public License as 158c2ecf20Sopenharmony_ci * published by the Free Software Foundation. 168c2ecf20Sopenharmony_ci * 178c2ecf20Sopenharmony_ci * This program is distributed in the hope that it will be useful, but 188c2ecf20Sopenharmony_ci * WITHOUT ANY WARRANTY; without even the implied warranty of 198c2ecf20Sopenharmony_ci * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 208c2ecf20Sopenharmony_ci * General Public License for more details. 218c2ecf20Sopenharmony_ci * 228c2ecf20Sopenharmony_ci * The full GNU General Public License is included in this distribution 238c2ecf20Sopenharmony_ci * in the file called COPYING. 248c2ecf20Sopenharmony_ci * 258c2ecf20Sopenharmony_ci * Contact Information: 268c2ecf20Sopenharmony_ci * Intel Linux Wireless <linuxwifi@intel.com> 278c2ecf20Sopenharmony_ci * Intel Corporation, 5200 N.E. Elam Young Parkway, Hillsboro, OR 97124-6497 288c2ecf20Sopenharmony_ci * 298c2ecf20Sopenharmony_ci * BSD LICENSE 308c2ecf20Sopenharmony_ci * 318c2ecf20Sopenharmony_ci * Copyright(c) 2012 - 2014 Intel Corporation. All rights reserved. 328c2ecf20Sopenharmony_ci * Copyright(c) 2013 - 2015 Intel Mobile Communications GmbH 338c2ecf20Sopenharmony_ci * Copyright(c) 2016 - 2017 Intel Deutschland GmbH 348c2ecf20Sopenharmony_ci * Copyright (C) 2018 Intel Corporation 358c2ecf20Sopenharmony_ci * All rights reserved. 368c2ecf20Sopenharmony_ci * 378c2ecf20Sopenharmony_ci * Redistribution and use in source and binary forms, with or without 388c2ecf20Sopenharmony_ci * modification, are permitted provided that the following conditions 398c2ecf20Sopenharmony_ci * are met: 408c2ecf20Sopenharmony_ci * 418c2ecf20Sopenharmony_ci * * Redistributions of source code must retain the above copyright 428c2ecf20Sopenharmony_ci * notice, this list of conditions and the following disclaimer. 438c2ecf20Sopenharmony_ci * * Redistributions in binary form must reproduce the above copyright 448c2ecf20Sopenharmony_ci * notice, this list of conditions and the following disclaimer in 458c2ecf20Sopenharmony_ci * the documentation and/or other materials provided with the 468c2ecf20Sopenharmony_ci * distribution. 478c2ecf20Sopenharmony_ci * * Neither the name Intel Corporation nor the names of its 488c2ecf20Sopenharmony_ci * contributors may be used to endorse or promote products derived 498c2ecf20Sopenharmony_ci * from this software without specific prior written permission. 508c2ecf20Sopenharmony_ci * 518c2ecf20Sopenharmony_ci * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS 528c2ecf20Sopenharmony_ci * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT 538c2ecf20Sopenharmony_ci * LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR 548c2ecf20Sopenharmony_ci * A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT 558c2ecf20Sopenharmony_ci * OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, 568c2ecf20Sopenharmony_ci * SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT 578c2ecf20Sopenharmony_ci * LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, 588c2ecf20Sopenharmony_ci * DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY 598c2ecf20Sopenharmony_ci * THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT 608c2ecf20Sopenharmony_ci * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE 618c2ecf20Sopenharmony_ci * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 628c2ecf20Sopenharmony_ci * 638c2ecf20Sopenharmony_ci *****************************************************************************/ 648c2ecf20Sopenharmony_ci 658c2ecf20Sopenharmony_ci#ifndef __fw_api_h__ 668c2ecf20Sopenharmony_ci#define __fw_api_h__ 678c2ecf20Sopenharmony_ci 688c2ecf20Sopenharmony_ci#include "fw/api/tdls.h" 698c2ecf20Sopenharmony_ci#include "fw/api/mac-cfg.h" 708c2ecf20Sopenharmony_ci#include "fw/api/offload.h" 718c2ecf20Sopenharmony_ci#include "fw/api/context.h" 728c2ecf20Sopenharmony_ci#include "fw/api/time-event.h" 738c2ecf20Sopenharmony_ci#include "fw/api/datapath.h" 748c2ecf20Sopenharmony_ci#include "fw/api/phy.h" 758c2ecf20Sopenharmony_ci#include "fw/api/config.h" 768c2ecf20Sopenharmony_ci#include "fw/api/soc.h" 778c2ecf20Sopenharmony_ci#include "fw/api/alive.h" 788c2ecf20Sopenharmony_ci#include "fw/api/binding.h" 798c2ecf20Sopenharmony_ci#include "fw/api/cmdhdr.h" 808c2ecf20Sopenharmony_ci#include "fw/api/coex.h" 818c2ecf20Sopenharmony_ci#include "fw/api/commands.h" 828c2ecf20Sopenharmony_ci#include "fw/api/d3.h" 838c2ecf20Sopenharmony_ci#include "fw/api/filter.h" 848c2ecf20Sopenharmony_ci#include "fw/api/led.h" 858c2ecf20Sopenharmony_ci#include "fw/api/mac.h" 868c2ecf20Sopenharmony_ci#include "fw/api/nvm-reg.h" 878c2ecf20Sopenharmony_ci#include "fw/api/phy-ctxt.h" 888c2ecf20Sopenharmony_ci#include "fw/api/power.h" 898c2ecf20Sopenharmony_ci#include "fw/api/rs.h" 908c2ecf20Sopenharmony_ci#include "fw/api/rx.h" 918c2ecf20Sopenharmony_ci#include "fw/api/scan.h" 928c2ecf20Sopenharmony_ci#include "fw/api/sf.h" 938c2ecf20Sopenharmony_ci#include "fw/api/sta.h" 948c2ecf20Sopenharmony_ci#include "fw/api/stats.h" 958c2ecf20Sopenharmony_ci#include "fw/api/location.h" 968c2ecf20Sopenharmony_ci#include "fw/api/tx.h" 978c2ecf20Sopenharmony_ci 988c2ecf20Sopenharmony_ci#endif /* __fw_api_h__ */ 99