Home
last modified time | relevance | path

Searched refs:ieee80211_crypto_decap (Results 1 – 7 of 7) sorted by relevance

/freebsd/sys/net80211/
H A Dieee80211_crypto.h244 int ieee80211_crypto_decap(struct ieee80211_node *,
H A Dieee80211_crypto.c701 ieee80211_crypto_decap(struct ieee80211_node *ni, struct mbuf *m, int hdrlen, in ieee80211_crypto_decap() function
H A Dieee80211_wds.c565 if (ieee80211_crypto_decap(ni, m, hdrspace, &key) == 0) { in wds_input()
H A Dieee80211_sta.c772 if (ieee80211_crypto_decap(ni, m, hdrspace, &key) == 0) { in sta_input()
961 if (ieee80211_crypto_decap(ni, m, hdrspace, &key) == 0) { in sta_input()
H A Dieee80211_adhoc.c503 if (ieee80211_crypto_decap(ni, m, hdrspace, &key) == 0) { in adhoc_input()
H A Dieee80211_hostap.c690 if (ieee80211_crypto_decap(ni, m, hdrspace, &key) == 0) { in hostap_input()
868 if (ieee80211_crypto_decap(ni, m, hdrspace, &key) == 0) { in hostap_input()
/freebsd/share/man/man9/
H A DMakefile1235 ieee80211_crypto.9 ieee80211_crypto_decap.9 \