blob: 70a44d0ca35e8bc0b0bb7c4ab56474e63e188fb4 [file] [log] [blame]
Jérôme Pouillerfb2490f2019-09-19 14:25:47 +00001/* SPDX-License-Identifier: GPL-2.0-only */
2/*
3 * Implementation of mac80211 API.
4 *
Jérôme Pouillerf9dc9f32020-10-07 12:19:41 +02005 * Copyright (c) 2017-2020, Silicon Laboratories, Inc.
Jérôme Pouillerfb2490f2019-09-19 14:25:47 +00006 * Copyright (c) 2010, ST-Ericsson
7 */
8#ifndef WFX_KEY_H
9#define WFX_KEY_H
10
11#include <net/mac80211.h>
12
13struct wfx_dev;
14struct wfx_vif;
15
16int wfx_set_key(struct ieee80211_hw *hw, enum set_key_cmd cmd,
17 struct ieee80211_vif *vif, struct ieee80211_sta *sta,
18 struct ieee80211_key_conf *key);
Jérôme Pouillerfb2490f2019-09-19 14:25:47 +000019
20#endif /* WFX_STA_H */