Searched refs:end_timestamp (Results 1 – 2 of 2) sorted by relevance
1760 u32 end_timestamp; in ath12k_dp_mon_tx_parse_status_tlv() local1771 end_timestamp = in ath12k_dp_mon_tx_parse_status_tlv()1774 end_timestamp |= in ath12k_dp_mon_tx_parse_status_tlv()1777 tx_ppdu_info->rx_status.rx_duration = end_timestamp - start_timestamp; in ath12k_dp_mon_tx_parse_status_tlv()
1192 - end_timestamp = int(attrs.get(u"time"))1193 + end_timestamp = int(attrs.get("time"))1194 self.scan.end_date = datetime.datetime.fromtimestamp(end_timestamp)