Home
last modified time | relevance | path

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

/haiku/src/libs/compat/freebsd_wlan/net80211/
H A Dieee80211_crypto.c706 rxs = ieee80211_get_rx_params_ptr(m); in ieee80211_crypto_decap()
787 rxs = ieee80211_get_rx_params_ptr(m); in ieee80211_crypto_demic()
H A Dieee80211_crypto_wep.c244 rxs = ieee80211_get_rx_params_ptr(m); in wep_decap()
H A Dieee80211_crypto_tkip.c295 rxs = ieee80211_get_rx_params_ptr(m); in tkip_decap()
390 rxs = ieee80211_get_rx_params_ptr(m); in tkip_demic()
H A Dieee80211_haiku.h529 const struct ieee80211_rx_stats * ieee80211_get_rx_params_ptr(struct mbuf *m);
H A Dieee80211_crypto_ccmp.c242 rxs = ieee80211_get_rx_params_ptr(m); in ccmp_decap()
H A Dieee80211_haiku.cpp580 ieee80211_get_rx_params_ptr(struct mbuf *m) in ieee80211_get_rx_params_ptr() function
H A Dieee80211_ht.c571 rxs_final = ieee80211_get_rx_params_ptr(mbufq_last(&rap->rxa_mq[off])); in ampdu_rx_add_slot()