Searched refs:ieee80211_crypto_demic (Results 1 – 7 of 7) sorted by relevance
/freebsd/sys/net80211/ |
H A D | ieee80211_crypto.h | 241 int ieee80211_crypto_demic(struct ieee80211vap *vap, struct ieee80211_key *k,
|
H A D | ieee80211_crypto.c | 780 ieee80211_crypto_demic(struct ieee80211vap *vap, struct ieee80211_key *k, in ieee80211_crypto_demic() function
|
H A D | ieee80211_wds.c | 601 if (!ieee80211_crypto_demic(vap, key, m, 0)) { in wds_input()
|
H A D | ieee80211_adhoc.c | 540 if (!ieee80211_crypto_demic(vap, key, m, 0)) { in adhoc_input()
|
H A D | ieee80211_sta.c | 817 if (!ieee80211_crypto_demic(vap, key, m, 0)) { in sta_input()
|
H A D | ieee80211_hostap.c | 732 if (key != NULL && !ieee80211_crypto_demic(vap, key, m, 0)) { in hostap_input()
|
/freebsd/tools/regression/net80211/tkip/ |
H A D | test_tkip.c | 321 if (!ieee80211_crypto_demic(vap, key, m, 1)) { in runtest()
|