Home
last modified time | relevance | path

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

/aosp12/hardware/libhardware_legacy/include/hardware_legacy/
H A Dwifi_nan.h1176 u8 sdea_service_specific_info[NAN_MAX_SDEA_SERVICE_SPECIFIC_INFO_LEN]; member
1339 u8 sdea_service_specific_info[NAN_MAX_SDEA_SERVICE_SPECIFIC_INFO_LEN]; member
1384 u8 sdea_service_specific_info[NAN_MAX_SDEA_SERVICE_SPECIFIC_INFO_LEN]; member
1968 u8 sdea_service_specific_info[NAN_MAX_SDEA_SERVICE_SPECIFIC_INFO_LEN]; member
2033 u8 sdea_service_specific_info[NAN_MAX_SDEA_SERVICE_SPECIFIC_INFO_LEN]; member
/aosp12/hardware/broadcom/wlan/bcmdhd/wifi_hal/
H A Dnan.cpp921 … prhex(NULL, mParams->sdea_service_specific_info, mParams->sdea_service_specific_info_len); in createPublishRequest()
1603 memcpy(subscribe_event.sdea_service_specific_info, it.get_data(), in handleEvent()
1605 subscribe_event.sdea_service_specific_info in handleEvent()
1607 ALOGI("sdea service info: %s", subscribe_event.sdea_service_specific_info); in handleEvent()
1684 memcpy(followup_event.sdea_service_specific_info, it.get_data(), in handleEvent()
3951 ALOGI("sdea_service_specific_info=%s\n", msg->sdea_service_specific_info); in dump_NanPublishRequest()
4015 ALOGI("sdea_service_specific_info=%s\n", msg->sdea_service_specific_info); in dump_NanSubscribeRequest()
4038 ALOGI("sdea_service_specific_info=%s\n", msg->sdea_service_specific_info); in dump_NanTransmitFollowupRequest()
4706 memcpy(subscribe_event.sdea_service_specific_info, it.get_data(), in handleEvent()
4708 subscribe_event.sdea_service_specific_info in handleEvent()
[all …]
/aosp12/hardware/interfaces/wifi/1.5/default/
H A Dhidl_struct_util.cpp1614 memcpy(legacy_request->sdea_service_specific_info, in convertHidlNanPublishRequestToLegacy()
1767 memcpy(legacy_request->sdea_service_specific_info, in convertHidlNanSubscribeRequestToLegacy()
1930 memcpy(legacy_request->sdea_service_specific_info, in convertHidlNanTransmitFollowupRequestToLegacy()
2330 std::vector<uint8_t>(legacy_ind.sdea_service_specific_info, in convertLegacyNanMatchIndToHidl()
2331 legacy_ind.sdea_service_specific_info + in convertLegacyNanMatchIndToHidl()
2370 std::vector<uint8_t>(legacy_ind.sdea_service_specific_info, in convertLegacyNanFollowupIndToHidl()
2371 legacy_ind.sdea_service_specific_info + in convertLegacyNanFollowupIndToHidl()
/aosp12/hardware/qcom/wlan/qcwcn/wifi_hal/
H A Dnan_req.cpp843 (const u8*)&pReq->sdea_service_specific_info[0], tlvs); in putNanPublish()
1105 (const u8*)&pReq->sdea_service_specific_info[0], tlvs); in putNanSubscribe()
1232 (const u8*)&pReq->sdea_service_specific_info[0], tlvs); in putNanTransmitFollowup()
H A Dnan_ind.cpp418 memcpy(event->sdea_service_specific_info, outputTlv.value, in getNanMatch()
512 memcpy(event->sdea_service_specific_info, outputTlv.value, in getNanFollowup()