summaryrefslogtreecommitdiffstats
path: root/sys/net80211/ieee80211_crypto.h
diff options
context:
space:
mode:
authorsam <sam@FreeBSD.org>2008-05-28 23:33:29 +0000
committersam <sam@FreeBSD.org>2008-05-28 23:33:29 +0000
commita881f390cdde665597b4b8d5a9bc5a8c436cde49 (patch)
treeadaf8db76e4f6fcb5d2f7603e88533d97df03c8a /sys/net80211/ieee80211_crypto.h
parent7aa0974e2beebe0274ddf6e9c4c6663f0153b9fb (diff)
downloadFreeBSD-src-a881f390cdde665597b4b8d5a9bc5a8c436cde49.zip
FreeBSD-src-a881f390cdde665597b4b8d5a9bc5a8c436cde49.tar.gz
Add ieee80211_crypto_reload_keys to push all keys known
to net80211 back into the device; intended for use on resume by devices that lose the contents of their h/w key table.
Diffstat (limited to 'sys/net80211/ieee80211_crypto.h')
-rw-r--r--sys/net80211/ieee80211_crypto.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/net80211/ieee80211_crypto.h b/sys/net80211/ieee80211_crypto.h
index f6f666c..89f0e78 100644
--- a/sys/net80211/ieee80211_crypto.h
+++ b/sys/net80211/ieee80211_crypto.h
@@ -147,6 +147,7 @@ int ieee80211_crypto_delkey(struct ieee80211vap *,
struct ieee80211_key *);
int ieee80211_crypto_setkey(struct ieee80211vap *, struct ieee80211_key *);
void ieee80211_crypto_delglobalkeys(struct ieee80211vap *);
+void ieee80211_crypto_reload_keys(struct ieee80211com *);
/*
* Template for a supported cipher. Ciphers register with the
OpenPOWER on IntegriCloud