Searched refs:ieee80211_crypto_demic (Results 1 - 7 of 7) sorted by path

/freebsd-11-stable/sys/net80211/
H A Dieee80211_crypto.h209 ieee80211_crypto_demic(struct ieee80211vap *vap, struct ieee80211_key *k, function
H A Dieee80211_adhoc.c463 * we (potentially) call ieee80211_crypto_demic;
515 if (key != NULL && !ieee80211_crypto_demic(vap, key, m, 0)) {
H A Dieee80211_hostap.c664 * we (potentially) call ieee80211_crypto_demic;
716 if (key != NULL && !ieee80211_crypto_demic(vap, key, m, 0)) {
H A Dieee80211_sta.c729 * we (potentially) call ieee80211_crypto_demic;
781 if (key != NULL && !ieee80211_crypto_demic(vap, key, m, 0)) {
H A Dieee80211_wds.c542 * we (potentially) call ieee80211_crypto_demic;
594 if (key != NULL && !ieee80211_crypto_demic(vap, key, m, 0)) {
/freebsd-11-stable/tools/regression/net80211/tkip/
H A Dtest_tkip.c323 if (!ieee80211_crypto_demic(vap, key, m, 1)) {
/freebsd-11-stable/share/man/man9/
H A DMakefile899 ieee80211_crypto.9 ieee80211_crypto_demic.9 \

Completed in 186 milliseconds