Searched refs:ieee80211_crypto_demic (Results 1 – 6 of 6) sorted by relevance
| /f-stack/freebsd/net80211/ |
| H A D | ieee80211_crypto.h | 219 int ieee80211_crypto_demic(struct ieee80211vap *vap, struct ieee80211_key *k,
|
| H A D | ieee80211_crypto.c | 701 ieee80211_crypto_demic(struct ieee80211vap *vap, struct ieee80211_key *k, in ieee80211_crypto_demic() function
|
| H A D | ieee80211_wds.c | 608 if (!ieee80211_crypto_demic(vap, key, m, 0)) { in wds_input()
|
| H A D | ieee80211_adhoc.c | 545 if (!ieee80211_crypto_demic(vap, key, m, 0)) { in adhoc_input()
|
| H A D | ieee80211_sta.c | 814 if (!ieee80211_crypto_demic(vap, key, m, 0)) { in sta_input()
|
| H A D | ieee80211_hostap.c | 733 if (key != NULL && !ieee80211_crypto_demic(vap, key, m, 0)) { in hostap_input()
|