Searched refs:IEEE80211_SKB_RXCB (Results 1 – 12 of 12) sorted by relevance
112 struct ieee80211_rx_status *status = IEEE80211_SKB_RXCB(skb); in should_drop_frame()299 struct ieee80211_rx_status *status = IEEE80211_SKB_RXCB(skb); in ieee80211_add_rx_radiotap_header()711 struct ieee80211_rx_status *status = IEEE80211_SKB_RXCB(*origskb); in ieee80211_make_monitor_skb()767 struct ieee80211_rx_status *status = IEEE80211_SKB_RXCB(origskb); in ieee80211_rx_monitor()888 struct ieee80211_rx_status *status = IEEE80211_SKB_RXCB(rx->skb); in ieee80211_parse_qos()1124 status = IEEE80211_SKB_RXCB(tail); in ieee80211_rx_reorder_ready()1153 status = IEEE80211_SKB_RXCB(skb); in ieee80211_release_reorder_frame()1275 struct ieee80211_rx_status *status = IEEE80211_SKB_RXCB(skb); in ieee80211_sta_manage_reorder_buf()1449 struct ieee80211_rx_status *status = IEEE80211_SKB_RXCB(rx->skb); in ieee80211_rx_h_check_dup()1700 struct ieee80211_rx_status *status = IEEE80211_SKB_RXCB(rx->skb); in ieee80211_rx_h_uapsd_and_pspoll()[all …]
101 struct ieee80211_rx_status *status = IEEE80211_SKB_RXCB(skb); in ieee80211_rx_h_michael_mic_verify()270 struct ieee80211_rx_status *status = IEEE80211_SKB_RXCB(skb); in ieee80211_crypto_tkip_decrypt()501 struct ieee80211_rx_status *status = IEEE80211_SKB_RXCB(skb); in ieee80211_crypto_ccmp_decrypt()729 struct ieee80211_rx_status *status = IEEE80211_SKB_RXCB(skb); in ieee80211_crypto_gcmp_decrypt()845 struct ieee80211_rx_status *status = IEEE80211_SKB_RXCB(rx->skb); in ieee80211_crypto_cs_decrypt()1027 struct ieee80211_rx_status *status = IEEE80211_SKB_RXCB(skb); in ieee80211_crypto_aes_cmac_decrypt()1077 struct ieee80211_rx_status *status = IEEE80211_SKB_RXCB(skb); in ieee80211_crypto_aes_cmac_256_decrypt()1176 struct ieee80211_rx_status *status = IEEE80211_SKB_RXCB(skb); in ieee80211_crypto_aes_gmac_decrypt()
246 struct ieee80211_rx_status *status = IEEE80211_SKB_RXCB(skb); in ieee80211_crypto_wep_decrypt()
1687 struct ieee80211_rx_status *rx_status = IEEE80211_SKB_RXCB(skb); in ieee80211_process_tdls_channel_switch_resp()1780 struct ieee80211_rx_status *rx_status = IEEE80211_SKB_RXCB(skb); in ieee80211_process_tdls_channel_switch_req()
273 struct ieee80211_rx_status *rx_status = IEEE80211_SKB_RXCB(skb); in ieee80211_scan_rx()
1462 rx_status = IEEE80211_SKB_RXCB(skb); in ieee80211_mesh_rx_queued_mgmt()
1626 rx_status = IEEE80211_SKB_RXCB(skb); in ieee80211_ibss_rx_queued_mgmt()
1341 status = IEEE80211_SKB_RXCB(skb); in ieee80211_iface_work()
594 struct ieee80211_rx_status *rx = IEEE80211_SKB_RXCB(skb); in xradio_itp_rxed()
2681 struct ieee80211_rx_status *hdr = IEEE80211_SKB_RXCB(skb);
2988 IEEE80211_SKB_RXCB(hw_priv->beacon); in wsm_handle_rx()
1125 static inline struct ieee80211_rx_status *IEEE80211_SKB_RXCB(struct sk_buff *skb) in IEEE80211_SKB_RXCB() function