diff options
Diffstat (limited to 'net/mac80211/key.h')
| -rw-r--r-- | net/mac80211/key.h | 2 | 
1 files changed, 2 insertions, 0 deletions
| diff --git a/net/mac80211/key.h b/net/mac80211/key.h index ebdb80b85dc3..f06fbd03d235 100644 --- a/net/mac80211/key.h +++ b/net/mac80211/key.h @@ -18,6 +18,7 @@  #define NUM_DEFAULT_KEYS 4  #define NUM_DEFAULT_MGMT_KEYS 2 +#define INVALID_PTK_KEYIDX 2 /* Keyidx always pointing to a NULL key for PTK */  struct ieee80211_local;  struct ieee80211_sub_if_data; @@ -146,6 +147,7 @@ ieee80211_key_alloc(u32 cipher, int idx, size_t key_len,  int ieee80211_key_link(struct ieee80211_key *key,  		       struct ieee80211_sub_if_data *sdata,  		       struct sta_info *sta); +int ieee80211_set_tx_key(struct ieee80211_key *key);  void ieee80211_key_free(struct ieee80211_key *key, bool delay_tailroom);  void ieee80211_key_free_unused(struct ieee80211_key *key);  void ieee80211_set_default_key(struct ieee80211_sub_if_data *sdata, int idx, |