Home
last modified time | relevance | path

Searched refs:tx_ppdu_end (Results 1 – 2 of 2) sorted by relevance

/hardware/qcom/wlan/qcwcn/wifi_hal/
Dwifilogger_diag.cpp1633 struct tx_ppdu_end *tx_ppdu_end) in get_try_status_params() argument
1637 if (tx_ppdu_end->stat.total_tries > 0) in get_try_status_params()
1638 try_list_index = tx_ppdu_end->stat.total_tries - 1; in get_try_status_params()
1643 tx_ppdu_end->try_list.try_st[try_list_index].packet_bw; in get_try_status_params()
1645 tx_ppdu_end->try_list.try_st[try_list_index].series; in get_try_status_params()
1691 if (buflen < sizeof(struct tx_ppdu_end)) { in parse_tx_stats()
1704 struct tx_ppdu_end *tx_ppdu_end = (struct tx_ppdu_end*)(buf); in parse_tx_stats() local
1706 info->pkt_stats->ba_seq_num = tx_ppdu_end->stat.ba_start_seq_num; in parse_tx_stats()
1707 info->pkt_stats->isBlockAck = tx_ppdu_end->stat.ba_status; in parse_tx_stats()
1709 if (tx_ppdu_end->stat.tx_ok) in parse_tx_stats()
[all …]
Dpkt_stats.h246 struct tx_ppdu_end { struct