Home
last modified time | relevance | path

Searched refs:tlv_category (Results 1 – 5 of 5) sorted by relevance

/wlan-driver/qca-wifi-host-cmn/dp/wifi3.0/monitor/2.0/
H A Ddp_tx_mon_status_2.0.c1480 if (ppdu_info->tx_tlv_info.tlv_category == CATEGORY_PPDU_START) { in dp_tx_mon_record_tlv()
1498 } else if (ppdu_info->tx_tlv_info.tlv_category == CATEGORY_MPDU) { in dp_tx_mon_record_tlv()
1514 } else if (ppdu_info->tx_tlv_info.tlv_category == CATEGORY_PPDU_END) { in dp_tx_mon_record_tlv()
H A Ddp_rx_mon_2.0.c118 if (ppdu_info->rx_tlv_info.tlv_category == CATEGORY_PPDU_START) { in dp_mon_record_tlv()
146 } else if (ppdu_info->rx_tlv_info.tlv_category == CATEGORY_MPDU) { in dp_mon_record_tlv()
202 } else if (ppdu_info->rx_tlv_info.tlv_category == CATEGORY_PPDU_END) { in dp_mon_record_tlv()
/wlan-driver/qca-wifi-host-cmn/hal/wifi3.0/be/
H A Dhal_be_api_mon.h1269 uint8_t tlv_category; member
2525 ppdu_info->rx_tlv_info.tlv_category = CATEGORY_PPDU_START; in hal_rx_record_tlv_info()
2533 ppdu_info->rx_tlv_info.tlv_category = CATEGORY_MPDU; in hal_rx_record_tlv_info()
2547 ppdu_info->rx_tlv_info.tlv_category = CATEGORY_PPDU_END; in hal_rx_record_tlv_info()
H A Dhal_be_generic_api.h1493 ppdu_info->tx_tlv_info.tlv_category = CATEGORY_PPDU_START; in hal_tx_record_tlv_info()
1501 ppdu_info->tx_tlv_info.tlv_category = CATEGORY_MPDU; in hal_tx_record_tlv_info()
1524 ppdu_info->tx_tlv_info.tlv_category = CATEGORY_PPDU_END; in hal_tx_record_tlv_info()
/wlan-driver/qca-wifi-host-cmn/hal/wifi3.0/
H A Dhal_api_mon.h1258 uint8_t tlv_category; member