Home
last modified time | relevance | path

Searched refs:rsp_code (Results 1 – 8 of 8) sorted by relevance

/hardware/libhardware_legacy/include/hardware_legacy/
Dwifi_nan.h2285 NanDataPathResponseCode rsp_code; member
2381 NanDataPathResponseCode rsp_code; member
/hardware/qcom/wlan/legacy/qcwcn/wifi_hal/
Dnan_ind.cpp1142 …event->rsp_code = (NanDataPathResponseCode)nla_get_u32(tb_vendor[QCA_WLAN_VENDOR_ATTR_NDP_RESPONSE… in getNdpConfirm()
1143 ALOGD("%s: Response code %d", __FUNCTION__, event->rsp_code); in getNdpConfirm()
Dnan.cpp1064 msg->rsp_code)) { in nan_data_indication_response()
/hardware/qcom/wlan/wcn6740/qcwcn/wifi_hal/
Dnan_ind.cpp1209 …event->rsp_code = (NanDataPathResponseCode)nla_get_u32(tb_vendor[QCA_WLAN_VENDOR_ATTR_NDP_RESPONSE… in getNdpConfirm()
1210 ALOGD("%s: Response code %d", __FUNCTION__, event->rsp_code); in getNdpConfirm()
Dnan.cpp1438 msg->rsp_code)) { in nan_data_indication_response()
/hardware/synaptics/wlan/synadhd/wifi_hal/
Dnan.cpp2141 result = request.put_u8(NAN_ATTRIBUTE_RSP_CODE, mParams->rsp_code); in createDataPathIndResponse()
2144 __func__, mParams->rsp_code, result); in createDataPathIndResponse()
2473 ndp_create_confirmation_event.rsp_code = in handleEvent()
2477 ndp_create_confirmation_event.rsp_code = in handleEvent()
4248 ALOGI("response code =%u\n", msg->rsp_code); in dump_NanDataPathIndicationResponse()
5124 ndp_create_confirmation_event.rsp_code = in handleEvent()
/hardware/broadcom/wlan/bcmdhd/wifi_hal/
Dnan.cpp2181 result = request.put_u8(NAN_ATTRIBUTE_RSP_CODE, mParams->rsp_code); in createDataPathIndResponse()
2184 __func__, mParams->rsp_code, result); in createDataPathIndResponse()
2543 ndp_create_confirmation_event.rsp_code = in handleEvent()
2547 ndp_create_confirmation_event.rsp_code = in handleEvent()
4365 ALOGI("response code =%u\n", msg->rsp_code); in dump_NanDataPathIndicationResponse()
5301 ndp_create_confirmation_event.rsp_code = in handleEvent()
/hardware/interfaces/wifi/1.6/default/
Dhidl_struct_util.cpp2034 legacy_request->rsp_code = hidl_request.acceptRequest ? legacy_hal::NAN_DP_REQUEST_ACCEPT in convertHidlNanDataPathIndicationResponseToLegacy()
2109 legacy_request->rsp_code = hidl_request.acceptRequest ? legacy_hal::NAN_DP_REQUEST_ACCEPT in convertHidlNanDataPathIndicationResponse_1_6ToLegacy()
2324 hidl_ind->V1_0.dataPathSetupSuccess = legacy_ind.rsp_code == legacy_hal::NAN_DP_REQUEST_ACCEPT; in convertLegacyNanDataPathConfirmIndToHidl()