Back to home page

OSCL-LXR

 
 

    


0001 /* SPDX-License-Identifier: GPL-2.0-only */
0002 /*
0003  * Key management related functions.
0004  *
0005  * Copyright (c) 2017-2020, Silicon Laboratories, Inc.
0006  * Copyright (c) 2010, ST-Ericsson
0007  */
0008 #ifndef WFX_KEY_H
0009 #define WFX_KEY_H
0010 
0011 #include <net/mac80211.h>
0012 
0013 struct wfx_dev;
0014 struct wfx_vif;
0015 
0016 int wfx_set_key(struct ieee80211_hw *hw, enum set_key_cmd cmd, struct ieee80211_vif *vif,
0017         struct ieee80211_sta *sta, struct ieee80211_key_conf *key);
0018 
0019 #endif