Home
last modified time | relevance | path

Searched refs:cipher_type (Results 1 – 4 of 4) sorted by relevance

/hardware/qcom/wlan/qcwcn/wifi_hal/
Dnan.cpp811 if ((msg->cipher_type != NAN_CIPHER_SUITE_SHARED_KEY_NONE) && in nan_data_request_initiator()
819 if ((msg->cipher_type != NAN_CIPHER_SUITE_SHARED_KEY_NONE) && in nan_data_request_initiator()
890 if (msg->cipher_type != NAN_CIPHER_SUITE_SHARED_KEY_NONE) { in nan_data_request_initiator()
892 msg->cipher_type)) in nan_data_request_initiator()
946 if ((msg->cipher_type != NAN_CIPHER_SUITE_SHARED_KEY_NONE) && in nan_data_indication_response()
1006 if (msg->cipher_type != NAN_CIPHER_SUITE_SHARED_KEY_NONE) { in nan_data_indication_response()
1008 msg->cipher_type)) in nan_data_indication_response()
Dnan_req.cpp674 (pReq->cipher_type ? SIZEOF_TLV_HDR + sizeof(NanCsidType) : 0) + in putNanPublish()
758 if (pReq->cipher_type) { in putNanPublish()
760 pNanCsidType.csid_type = pReq->cipher_type; in putNanPublish()
931 (pReq->cipher_type ? SIZEOF_TLV_HDR + sizeof(NanCsidType) : 0) + in putNanSubscribe()
1021 if (pReq->cipher_type) { in putNanSubscribe()
1023 pNanCsidType.csid_type = pReq->cipher_type; in putNanSubscribe()
/hardware/libhardware_legacy/include/hardware_legacy/
Dwifi_nan.h1128 u32 cipher_type; member
1291 u32 cipher_type; member
2196 u32 cipher_type; member
2236 u32 cipher_type; member
/hardware/interfaces/wifi/1.3/default/
Dhidl_struct_util.cpp1373 legacy_request->cipher_type = in convertHidlNanPublishRequestToLegacy()
1525 legacy_request->cipher_type = in convertHidlNanSubscribeRequestToLegacy()
1836 legacy_request->cipher_type = in convertHidlNanDataPathInitiatorRequestToLegacy()
1917 legacy_request->cipher_type = in convertHidlNanDataPathIndicationResponseToLegacy()