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.cpp652 (pReq->cipher_type ? SIZEOF_TLV_HDR + sizeof(NanCsidType) : 0) + in putNanPublish()
736 if (pReq->cipher_type) { in putNanPublish()
738 pNanCsidType.csid_type = pReq->cipher_type; in putNanPublish()
909 (pReq->cipher_type ? SIZEOF_TLV_HDR + sizeof(NanCsidType) : 0) + in putNanSubscribe()
1001 if (pReq->cipher_type) { in putNanSubscribe()
1003 pNanCsidType.csid_type = pReq->cipher_type; in putNanSubscribe()
/hardware/libhardware_legacy/include/hardware_legacy/
Dwifi_nan.h1118 u32 cipher_type; member
1281 u32 cipher_type; member
2177 u32 cipher_type; member
2217 u32 cipher_type; member
/hardware/interfaces/wifi/1.2/default/
Dhidl_struct_util.cpp1306 legacy_request->cipher_type = in convertHidlNanPublishRequestToLegacy()
1458 legacy_request->cipher_type = in convertHidlNanSubscribeRequestToLegacy()
1769 legacy_request->cipher_type = in convertHidlNanDataPathInitiatorRequestToLegacy()
1850 legacy_request->cipher_type = in convertHidlNanDataPathIndicationResponseToLegacy()