Home
last modified time | relevance | path

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

/wlan-driver/qca-wifi-host-cmn/dp/wifi3.0/monitor/2.0/
H A Ddp_rx_mon_2.0.c340 uint16_t tlv_data_len, total_tlv_len; in dp_rx_mon_shift_pf_tag_in_headroom() local
372 total_tlv_len = DP_RX_MON_TLV_HDR_LEN + tlv_data_len; in dp_rx_mon_shift_pf_tag_in_headroom()
384 *(uint16_t *)dp = total_tlv_len; in dp_rx_mon_shift_pf_tag_in_headroom()
391 dp_rx_mon_print_tag_buf(qdf_nbuf_data(nbuf), total_tlv_len); in dp_rx_mon_shift_pf_tag_in_headroom()
/wlan-driver/qcacld-3.0/components/wmi/src/
H A Dwmi_unified_roam_tlv.c1570 uint32_t total_tlv_len = 0; in send_set_roam_trigger_cmd_tlv() local
1592 total_tlv_len += (NUM_OF_ROAM_TRIGGERS + NUM_OF_ROAM_MIN_RSSI) * in send_set_roam_trigger_cmd_tlv()
1595 total_tlv_len += 2 * sizeof(wmi_configure_roam_trigger_parameters) + in send_set_roam_trigger_cmd_tlv()
1598 len += WMI_TLV_HDR_SIZE + total_tlv_len; in send_set_roam_trigger_cmd_tlv()
1625 WMITLV_SET_HDR(buf_ptr, WMITLV_TAG_ARRAY_STRUC, total_tlv_len); in send_set_roam_trigger_cmd_tlv()