Searched refs:outputTlv (Results 1 – 2 of 2) sorted by relevance
/hardware/qcom/wlan/qcwcn/wifi_hal/ |
D | nan_ind.cpp | 195 NanTlv outputTlv; in getNanMatch() local 208 (0 != (readLen = NANTLV_ReadTlv(pInputTlv, &outputTlv)))) { in getNanMatch() 210 __func__, remainingLen, readLen, outputTlv.type, in getNanMatch() 211 outputTlv.length); in getNanMatch() 212 switch (outputTlv.type) { in getNanMatch() 214 if (outputTlv.length > NAN_MAX_SERVICE_NAME_LEN) { in getNanMatch() 215 outputTlv.length = NAN_MAX_SERVICE_NAME_LEN; in getNanMatch() 217 event->service_specific_info_len = outputTlv.length; in getNanMatch() 218 memcpy(event->service_specific_info, outputTlv.value, in getNanMatch() 219 outputTlv.length); in getNanMatch() [all …]
|
D | nan_rsp.cpp | 155 NanTlv outputTlv; in getNanResponse() local 156 memset(&outputTlv, 0, sizeof(outputTlv)); in getNanResponse() 161 readLen = NANTLV_ReadTlv(pInputTlv, &outputTlv); in getNanResponse() 163 __func__, remainingLen, readLen, outputTlv.type, in getNanResponse() 164 outputTlv.length); in getNanResponse() 165 if (outputTlv.length <= \ in getNanResponse() 168 (char *)outputTlv.value, in getNanResponse()
|