Home
last modified time | relevance | path

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

/wlan-driver/qca-wifi-host-cmn/dp/wifi3.0/monitor/
H A Ddp_mon.c4524 uint16_t tlv_expected_size, in dp_validate_fix_ppdu_tlv() argument
4532 if (tlv_len < tlv_expected_size) { in dp_validate_fix_ppdu_tlv()
4533 qdf_mem_zero(mon_pdev->ppdu_tlv_buf, tlv_expected_size); in dp_validate_fix_ppdu_tlv()
4556 uint16_t tlv_expected_size; in dp_process_ppdu_tag() local
4561 tlv_expected_size = sizeof(htt_ppdu_stats_common_tlv); in dp_process_ppdu_tag()
4563 tlv_expected_size, tlv_len); in dp_process_ppdu_tag()
4567 tlv_expected_size = sizeof(htt_ppdu_stats_user_common_tlv); in dp_process_ppdu_tag()
4569 tlv_expected_size, tlv_len); in dp_process_ppdu_tag()
4574 tlv_expected_size = sizeof(htt_ppdu_stats_user_rate_tlv); in dp_process_ppdu_tag()
4576 tlv_expected_size, tlv_len); in dp_process_ppdu_tag()
[all …]