Home
last modified time | relevance | path

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

/hal_nxp-latest/mcux/middleware/wifi_nxp/wlcmgr/
Dwlan_tests.c778 tx_pkt_rate_info *tx_info; local
901 tx_info = (tx_pkt_rate_info *)pos;
903 PRINTF("nss_txcnt[%d] = %u\n", i, tx_info->nss_txcnt[i]);
905 PRINTF("bandwidth_txcnt[%d] = %u\n", i, tx_info->bandwidth_txcnt[i]);
907 PRINTF("preamble_txcnt[%d] = %u\n", i, tx_info->preamble_txcnt[i]);
908 PRINTF("ldpc_txcnt = %u\n", tx_info->ldpc_txcnt);
909 PRINTF("rts_txcnt = %u\n", tx_info->rts_txcnt);
910 PRINTF("ack_RSSI = %d\n\n", tx_info->ack_RSSI);