Searched refs:rsp_code (Results 1 – 8 of 8) sorted by relevance
/hardware/libhardware_legacy/include/hardware_legacy/ |
D | wifi_nan.h | 2285 NanDataPathResponseCode rsp_code; member 2381 NanDataPathResponseCode rsp_code; member
|
/hardware/qcom/wlan/legacy/qcwcn/wifi_hal/ |
D | nan_ind.cpp | 1142 …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()
|
D | nan.cpp | 1064 msg->rsp_code)) { in nan_data_indication_response()
|
/hardware/qcom/wlan/wcn6740/qcwcn/wifi_hal/ |
D | nan_ind.cpp | 1209 …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()
|
D | nan.cpp | 1438 msg->rsp_code)) { in nan_data_indication_response()
|
/hardware/synaptics/wlan/synadhd/wifi_hal/ |
D | nan.cpp | 2141 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/ |
D | nan.cpp | 2181 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/ |
D | hidl_struct_util.cpp | 2034 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()
|