Home
last modified time | relevance | path

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

/hardware/interfaces/wifi/legacy_headers/include/hardware_legacy/
Dwifi_nan.h2527 NanDataPathResponseCode rsp_code; member
2654 NanDataPathResponseCode rsp_code; member
2807 NanPairingResponseCode rsp_code; member
2903 NanPairingResponseCode rsp_code; member
2998 NanBootstrappingResponseCode rsp_code; member
3047 NanBootstrappingResponseCode rsp_code; member
/hardware/broadcom/wlan/bcmdhd/wifi_hal/
Dnan.cpp888 result = request.put_u8(NAN_ATTRIBUTE_RSP_CODE, mParams->rsp_code); in createPairingIndResponse()
1144 result = request.put_u8(NAN_ATTRIBUTE_RSP_CODE, mParams->rsp_code); in createBootstrappingIndResponse()
1454 pairing_confirm_event.rsp_code = (NanPairingResponseCode)it.get_u8(); in handleEvent()
1615 bs_confirm_event.rsp_code = (NanBootstrappingResponseCode)it.get_u8(); in handleEvent()
3540 result = request.put_u8(NAN_ATTRIBUTE_RSP_CODE, mParams->rsp_code); in createDataPathIndResponse()
3543 __func__, mParams->rsp_code, result); in createDataPathIndResponse()
3916 ndp_create_confirmation_event.rsp_code = in handleEvent()
3920 ndp_create_confirmation_event.rsp_code = in handleEvent()
5904 ALOGI("response code =%u\n", msg->rsp_code); in dump_NanDataPathIndicationResponse()
5956 ALOGI("response_code=%u\n", msg->rsp_code); in dump_NanPairingIndResponse()
[all …]
/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/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/interfaces/wifi/aidl/default/
Daidl_struct_util.cpp2170 legacy_request->rsp_code = aidl_request.acceptRequest ? legacy_hal::NAN_DP_REQUEST_ACCEPT in convertAidlNanDataPathIndicationResponseToLegacy()
2416 aidl_ind->dataPathSetupSuccess = legacy_ind.rsp_code == legacy_hal::NAN_DP_REQUEST_ACCEPT; in convertLegacyNanDataPathConfirmIndToAidl()
3326 legacy_request->rsp_code = in convertAidlNanPairingIndicationResponseToLegacy()
3397 legacy_request->rsp_code = aidl_request.acceptRequest ? NAN_BOOTSTRAPPING_REQUEST_ACCEPT in convertAidlNanBootstrappingIndicationResponseToLegacy()
3439 aidl_ind->pairingSuccess = legacy_ind.rsp_code == NAN_PAIRING_REQUEST_ACCEPT; in convertLegacyNanPairingConfirmIndToAidl()
3477 aidl_ind->responseCode = static_cast<NanBootstrappingResponseCode>(legacy_ind.rsp_code); in convertLegacyNanBootstrappingConfirmIndToAidl()
/hardware/broadcom/wlan/bcmdhd/halutil/
Dhalutil.cpp6398 printMsg("Response code = %d\n", event->rsp_code); in OnNanEventDataConfirmation()
6399 switch (event->rsp_code) { in OnNanEventDataConfirmation()
6401 printMsg("Response code [%d]:NAN_DP_REQUEST_ACCEPT\n", event->rsp_code); in OnNanEventDataConfirmation()
6404 printMsg("Response code [%d]:NAN_DP_REQUEST_REJECT\n", event->rsp_code); in OnNanEventDataConfirmation()
6408 printMsg("Unknown response code = %d\n", event->rsp_code); in OnNanEventDataConfirmation()
6449 printMsg(" rsp_code = %d\n", event->rsp_code); in OnNanEventPairingConfirmation()
6477 printMsg(" rsp_code = %d\n", event->rsp_code); in OnNanEventBootstrappingConfirmation()
8662 msg.rsp_code = (NanPairingResponseCode)atoi(val_p); in nanPairingResponse()
8931 msg.rsp_code = (NanBootstrappingResponseCode)atoi(val_p); in nanBootstrappingResp()
9385 msg.rsp_code = NAN_DP_REQUEST_REJECT; in nanDataIndResponse()
[all …]
/hardware/synaptics/wlan/synadhd/wifi_hal/
Dnan.cpp2143 result = request.put_u8(NAN_ATTRIBUTE_RSP_CODE, mParams->rsp_code); in createDataPathIndResponse()
2146 __func__, mParams->rsp_code, result); in createDataPathIndResponse()
2475 ndp_create_confirmation_event.rsp_code = in handleEvent()
2479 ndp_create_confirmation_event.rsp_code = in handleEvent()
4250 ALOGI("response code =%u\n", msg->rsp_code); in dump_NanDataPathIndicationResponse()
5126 ndp_create_confirmation_event.rsp_code = in handleEvent()