Home
last modified time | relevance | path

Searched refs:IEEE80211_AMPDU_FLAG (Results 1 – 6 of 6) sorted by relevance

/wlan-driver/qca-wifi-host-cmn/hal/wifi3.0/rh/
Dhal_rh_generic_api.h692 ppdu_info->rx_status.rs_flags |= IEEE80211_AMPDU_FLAG; in hal_rx_status_get_tlv_info_generic_rh()
695 (~IEEE80211_AMPDU_FLAG); in hal_rx_status_get_tlv_info_generic_rh()
/wlan-driver/qca-wifi-host-cmn/hal/wifi3.0/li/
Dhal_li_generic_api.h849 ppdu_info->rx_status.rs_flags |= IEEE80211_AMPDU_FLAG; in hal_rx_status_get_tlv_info_generic_li()
852 (~IEEE80211_AMPDU_FLAG); in hal_rx_status_get_tlv_info_generic_li()
/wlan-driver/qca-wifi-host-cmn/dp/wifi3.0/monitor/2.0/
Ddp_tx_mon_2.0.c1281 rs_flags) |= IEEE80211_AMPDU_FLAG; in dp_tx_mon_update_radiotap()
/wlan-driver/qca-wifi-host-cmn/hal/wifi3.0/be/
Dhal_be_api_mon.h2803 ppdu_info->rx_status.rs_flags |= IEEE80211_AMPDU_FLAG; in hal_rx_status_get_tlv_info_generic_be()
2806 (~IEEE80211_AMPDU_FLAG); in hal_rx_status_get_tlv_info_generic_be()
/wlan-driver/qca-wifi-host-cmn/qdf/inc/
Dqdf_nbuf.h236 #define IEEE80211_AMPDU_FLAG 0x01 macro
/wlan-driver/qca-wifi-host-cmn/qdf/linux/src/
Dqdf_nbuf.c5614 if (rx_status->rs_flags & IEEE80211_AMPDU_FLAG) { in qdf_nbuf_update_radiotap()