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

/freebsd-10.1-release/sys/net80211/
H A Dieee80211_crypto.h205 ieee80211_crypto_demic(struct ieee80211vap *vap, struct ieee80211_key *k, function
H A Dieee80211_wds.c554 * we (potentially) call ieee80211_crypto_demic;
608 if (key != NULL && !ieee80211_crypto_demic(vap, key, m, 0)) {
H A Dieee80211_adhoc.c472 * we (potentially) call ieee80211_crypto_demic;
526 if (key != NULL && !ieee80211_crypto_demic(vap, key, m, 0)) {
H A Dieee80211_sta.c726 * we (potentially) call ieee80211_crypto_demic;
780 if (key != NULL && !ieee80211_crypto_demic(vap, key, m, 0)) {
H A Dieee80211_hostap.c691 * we (potentially) call ieee80211_crypto_demic;
745 if (key != NULL && !ieee80211_crypto_demic(vap, key, m, 0)) {
/freebsd-10.1-release/tools/regression/net80211/tkip/
H A Dtest_tkip.c322 if (!ieee80211_crypto_demic(ic, &key, m)) {
/freebsd-10.1-release/share/man/man9/
H A DMakefile719 ieee80211_crypto.9 ieee80211_crypto_demic.9 \

Completed in 314 milliseconds