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

/haiku/src/libs/compat/freebsd_wlan/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, function
H A Dieee80211_wds.c554 * we (potentially) call ieee80211_crypto_demic;
606 if (!ieee80211_crypto_demic(vap, key, m, 0)) {
H A Dieee80211_adhoc.c493 * we (potentially) call ieee80211_crypto_demic;
545 if (!ieee80211_crypto_demic(vap, key, m, 0)) {
H A Dieee80211_hostap.c681 * we (potentially) call ieee80211_crypto_demic;
733 if (key != NULL && !ieee80211_crypto_demic(vap, key, m, 0)) {
H A Dieee80211_sta.c757 * we (potentially) call ieee80211_crypto_demic;
814 if (!ieee80211_crypto_demic(vap, key, m, 0)) {

Completed in 103 milliseconds