Path: blob/main/sys/contrib/dev/iwlwifi/mvm/fw-api.h
48287 views
/* SPDX-License-Identifier: GPL-2.0 OR BSD-3-Clause */1/*2* Copyright (C) 2012-2014, 2018, 2020 Intel Corporation3* Copyright (C) 2013-2015 Intel Mobile Communications GmbH4* Copyright (C) 2016-2017 Intel Deutschland GmbH5*/6#ifndef __fw_api_h__7#define __fw_api_h__89#include "fw/api/tdls.h"10#include "fw/api/mac-cfg.h"11#include "fw/api/offload.h"12#include "fw/api/context.h"13#include "fw/api/time-event.h"14#include "fw/api/datapath.h"15#include "fw/api/phy.h"16#include "fw/api/config.h"17#include "fw/api/system.h"18#include "fw/api/alive.h"19#include "fw/api/binding.h"20#include "fw/api/cmdhdr.h"21#include "fw/api/coex.h"22#include "fw/api/commands.h"23#include "fw/api/d3.h"24#include "fw/api/filter.h"25#include "fw/api/led.h"26#include "fw/api/mac.h"27#include "fw/api/nvm-reg.h"28#include "fw/api/phy-ctxt.h"29#include "fw/api/power.h"30#include "fw/api/rs.h"31#include "fw/api/rx.h"32#include "fw/api/scan.h"33#include "fw/api/sf.h"34#include "fw/api/sta.h"35#include "fw/api/stats.h"36#include "fw/api/location.h"37#include "fw/api/tx.h"38#include "fw/api/rfi.h"3940#endif /* __fw_api_h__ */414243