Searched refs:tlv_ptr (Results 1 – 3 of 3) sorted by relevance
/wlan-driver/qca-wifi-host-cmn/wmi/src/ |
H A D | wmi_unified_nan_tlv.c | 360 uint8_t *tlv_ptr; in nan_ndp_initiator_req_tlv() local 416 tlv_ptr = (uint8_t *)&ch_tlv[1]; in nan_ndp_initiator_req_tlv() 418 WMITLV_SET_HDR(tlv_ptr, WMITLV_TAG_ARRAY_BYTE, ndp_cfg_len); in nan_ndp_initiator_req_tlv() 419 qdf_mem_copy(&tlv_ptr[WMI_TLV_HDR_SIZE], in nan_ndp_initiator_req_tlv() 421 tlv_ptr = tlv_ptr + WMI_TLV_HDR_SIZE + ndp_cfg_len; in nan_ndp_initiator_req_tlv() 423 WMITLV_SET_HDR(tlv_ptr, WMITLV_TAG_ARRAY_BYTE, ndp_app_info_len); in nan_ndp_initiator_req_tlv() 424 qdf_mem_copy(&tlv_ptr[WMI_TLV_HDR_SIZE], in nan_ndp_initiator_req_tlv() 426 tlv_ptr = tlv_ptr + WMI_TLV_HDR_SIZE + ndp_app_info_len; in nan_ndp_initiator_req_tlv() 428 WMITLV_SET_HDR(tlv_ptr, WMITLV_TAG_ARRAY_BYTE, pmk_len); in nan_ndp_initiator_req_tlv() 429 qdf_mem_copy(&tlv_ptr[WMI_TLV_HDR_SIZE], ndp_req->pmk.pmk, in nan_ndp_initiator_req_tlv() [all …]
|
H A D | wmi_tlv_helper.c | 889 cmd_param_tlvs_ptr[tlv_index].tlv_ptr = new_tlv_buf; in wmitlv_check_and_pad_tlvs() 902 cmd_param_tlvs_ptr[tlv_index].tlv_ptr = in wmitlv_check_and_pad_tlvs() 959 cmd_param_tlvs_ptr[tlv_index].tlv_ptr = new_tlv_buf; in wmitlv_check_and_pad_tlvs()
|
/wlan-driver/fw-api/fw/ |
H A D | wmi_tlv_defs.h | 94 …void *tlv_ptr; /* Pointer to the TLV Buffer. But the "real" one will have the right typ… member
|