Home
last modified time | relevance | path

Searched refs:ieee80211_crypto_demic (Results 1 – 6 of 6) sorted by relevance

/f-stack/freebsd/net80211/
H A Dieee80211_crypto.h219 int ieee80211_crypto_demic(struct ieee80211vap *vap, struct ieee80211_key *k,
H A Dieee80211_crypto.c701 ieee80211_crypto_demic(struct ieee80211vap *vap, struct ieee80211_key *k, in ieee80211_crypto_demic() function
H A Dieee80211_wds.c608 if (!ieee80211_crypto_demic(vap, key, m, 0)) { in wds_input()
H A Dieee80211_adhoc.c545 if (!ieee80211_crypto_demic(vap, key, m, 0)) { in adhoc_input()
H A Dieee80211_sta.c814 if (!ieee80211_crypto_demic(vap, key, m, 0)) { in sta_input()
H A Dieee80211_hostap.c733 if (key != NULL && !ieee80211_crypto_demic(vap, key, m, 0)) { in hostap_input()