HomeSort by relevance Sort by last modified time
    Searched refs:outputTlv (Results 1 - 2 of 2) sorted by null

  /hardware/qcom/wlan/qcwcn/wifi_hal/
nan_ind.cpp 228 NanTlv outputTlv;
241 (0 != (readLen = NANTLV_ReadTlv(pInputTlv, &outputTlv)))) {
243 __func__, remainingLen, readLen, outputTlv.type,
244 outputTlv.length);
245 switch (outputTlv.type) {
247 if (outputTlv.length > NAN_MAX_SERVICE_NAME_LEN) {
248 outputTlv.length = NAN_MAX_SERVICE_NAME_LEN;
250 event->service_specific_info_len = outputTlv.length;
251 memcpy(event->service_specific_info, outputTlv.value,
252 outputTlv.length)
    [all...]
nan_rsp.cpp 508 NanTlv outputTlv;
509 memset(&outputTlv, 0, sizeof(outputTlv));
514 readLen = NANTLV_ReadTlv(pInputTlv, &outputTlv);
516 __func__, remainingLen, readLen, outputTlv.type,
517 outputTlv.length);
518 if (outputTlv.length <= \
521 (char *)outputTlv.value,
523 outputTlv.length);
    [all...]

Completed in 67 milliseconds