Searched refs:ieee80211_crypto_decap (Results 1 – 6 of 6) sorted by relevance
| /f-stack/freebsd/net80211/ |
| H A D | ieee80211_crypto.h | 217 int ieee80211_crypto_decap(struct ieee80211_node *,
|
| H A D | ieee80211_crypto.c | 606 ieee80211_crypto_decap(struct ieee80211_node *ni, struct mbuf *m, int hdrlen, in ieee80211_crypto_decap() function
|
| H A D | ieee80211_wds.c | 572 if (ieee80211_crypto_decap(ni, m, hdrspace, &key) == 0) { in wds_input()
|
| H A D | ieee80211_sta.c | 773 if (ieee80211_crypto_decap(ni, m, hdrspace, &key) == 0) { in sta_input() 955 if (ieee80211_crypto_decap(ni, m, hdrspace, &key) == 0) { in sta_input()
|
| H A D | ieee80211_adhoc.c | 509 if (ieee80211_crypto_decap(ni, m, hdrspace, &key) == 0) { in adhoc_input()
|
| H A D | ieee80211_hostap.c | 697 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()
|