Home
last modified time | relevance | path

Searched refs:NAN_SECURITY_KEY_INPUT_PMK (Results 1 – 10 of 10) sorted by relevance

/hardware/qcom/wlan/wcn6740/qcwcn/wifi_hal/
Dnan_req.cpp800 if ((pReq->key_info.key_type == NAN_SECURITY_KEY_INPUT_PMK) && in putNanPublish()
878 if ((pReq->key_info.key_type == NAN_SECURITY_KEY_INPUT_PMK) && in putNanPublish()
1098 if ((pReq->key_info.key_type == NAN_SECURITY_KEY_INPUT_PMK) && in putNanSubscribe()
1180 if ((pReq->key_info.key_type == NAN_SECURITY_KEY_INPUT_PMK) && in putNanSubscribe()
Dnan.cpp1310 if (msg->key_info.key_type == NAN_SECURITY_KEY_INPUT_PMK) { in nan_data_request_initiator()
1469 if (msg->key_info.key_type == NAN_SECURITY_KEY_INPUT_PMK) { in nan_data_indication_response()
/hardware/qcom/wlan/legacy/qcwcn/wifi_hal/
Dnan_req.cpp766 if ((pReq->key_info.key_type == NAN_SECURITY_KEY_INPUT_PMK) && in putNanPublish()
844 if ((pReq->key_info.key_type == NAN_SECURITY_KEY_INPUT_PMK) && in putNanPublish()
1063 if ((pReq->key_info.key_type == NAN_SECURITY_KEY_INPUT_PMK) && in putNanSubscribe()
1144 if ((pReq->key_info.key_type == NAN_SECURITY_KEY_INPUT_PMK) && in putNanSubscribe()
Dnan.cpp986 if ( msg->key_info.key_type == NAN_SECURITY_KEY_INPUT_PMK && in nan_data_request_initiator()
1089 if ( msg->key_info.key_type == NAN_SECURITY_KEY_INPUT_PMK && in nan_data_indication_response()
/hardware/interfaces/wifi/aidl/default/
Daidl_struct_util.cpp1811 legacy_request->key_info.key_type = legacy_hal::NAN_SECURITY_KEY_INPUT_PMK; in convertAidlNanPublishRequestToLegacy()
1944 legacy_request->key_info.key_type = legacy_hal::NAN_SECURITY_KEY_INPUT_PMK; in convertAidlNanSubscribeRequestToLegacy()
2100 legacy_request->key_info.key_type = legacy_hal::NAN_SECURITY_KEY_INPUT_PMK; in convertAidlNanDataPathInitiatorRequestToLegacy()
2193 legacy_request->key_info.key_type = legacy_hal::NAN_SECURITY_KEY_INPUT_PMK; in convertAidlNanDataPathIndicationResponseToLegacy()
3269 legacy_request->key_info.key_type = legacy_hal::NAN_SECURITY_KEY_INPUT_PMK; in convertAidlNanPairingInitiatorRequestToLegacy()
3329 legacy_request->key_info.key_type = legacy_hal::NAN_SECURITY_KEY_INPUT_PMK; in convertAidlNanPairingIndicationResponseToLegacy()
Dwifi_legacy_hal.h96 using ::NAN_SECURITY_KEY_INPUT_PMK;
/hardware/broadcom/wlan/bcmdhd/halutil/
Dhalutil.cpp7685 case NAN_SECURITY_KEY_INPUT_PMK: in publishNan()
7686 msg.key_info.key_type = NAN_SECURITY_KEY_INPUT_PMK; in publishNan()
8098 case NAN_SECURITY_KEY_INPUT_PMK: in subscribeNan()
8099 msg.key_info.key_type = NAN_SECURITY_KEY_INPUT_PMK; in subscribeNan()
8572 msg.key_info.key_type = NAN_SECURITY_KEY_INPUT_PMK; in nanPairingRequest()
8702 msg.key_info.key_type = NAN_SECURITY_KEY_INPUT_PMK; in nanPairingResponse()
9223 case NAN_SECURITY_KEY_INPUT_PMK: in nanDataInitRequest()
9224 msg.key_info.key_type = NAN_SECURITY_KEY_INPUT_PMK; in nanDataInitRequest()
9426 case NAN_SECURITY_KEY_INPUT_PMK: in nanDataIndResponse()
9427 msg.key_info.key_type = NAN_SECURITY_KEY_INPUT_PMK; in nanDataIndResponse()
/hardware/interfaces/wifi/legacy_headers/include/hardware_legacy/
Dwifi_nan.h319 NAN_SECURITY_KEY_INPUT_PMK = 1, enumerator
/hardware/broadcom/wlan/bcmdhd/wifi_hal/
Dnan.cpp813 } else if (mParams->key_info.key_type == NAN_SECURITY_KEY_INPUT_PMK) { in createPairingRequest()
977 } else if (mParams->key_info.key_type == NAN_SECURITY_KEY_INPUT_PMK) { in createPairingIndResponse()
1923 if (mParams->key_info.key_type == NAN_SECURITY_KEY_INPUT_PMK) { in createPublishRequest()
2395 if (mParams->key_info.key_type == NAN_SECURITY_KEY_INPUT_PMK) { in createSubscribeRequest()
3393 if (mParams->key_info.key_type == NAN_SECURITY_KEY_INPUT_PMK) { in createDataPathInitRequest()
3584 if (mParams->key_info.key_type == NAN_SECURITY_KEY_INPUT_PMK) { in createDataPathIndResponse()
/hardware/synaptics/wlan/synadhd/wifi_hal/
Dnan.cpp815 if (mParams->key_info.key_type == NAN_SECURITY_KEY_INPUT_PMK) { in createPublishRequest()
1194 if (mParams->key_info.key_type == NAN_SECURITY_KEY_INPUT_PMK) { in createSubscribeRequest()
2016 if (mParams->key_info.key_type == NAN_SECURITY_KEY_INPUT_PMK) { in createDataPathInitRequest()
2182 if (mParams->key_info.key_type == NAN_SECURITY_KEY_INPUT_PMK) { in createDataPathIndResponse()