Home
last modified time | relevance | path

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

/freebsd/sys/net80211/
H A Dieee80211_crypto.h241 int ieee80211_crypto_demic(struct ieee80211vap *vap, struct ieee80211_key *k,
H A Dieee80211_crypto.c780 ieee80211_crypto_demic(struct ieee80211vap *vap, struct ieee80211_key *k, in ieee80211_crypto_demic() function
H A Dieee80211_wds.c602 if (!ieee80211_crypto_demic(vap, key, m, 0)) { in wds_input()
H A Dieee80211_adhoc.c541 if (!ieee80211_crypto_demic(vap, key, m, 0)) { in adhoc_input()
H A Dieee80211_sta.c818 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()
/freebsd/tools/regression/net80211/tkip/
H A Dtest_tkip.c321 if (!ieee80211_crypto_demic(vap, key, m, 1)) { in runtest()
/freebsd/share/man/man9/
H A DMakefile1203 ieee80211_crypto.9 ieee80211_crypto_demic.9 \