Home
last modified time | relevance | path

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

/hardware/qcom/wlan/wcn6740/qcwcn/wifi_hal/
Dnan_req.cpp803 else if ((pReq->key_info.key_type == NAN_SECURITY_KEY_INPUT_PASSPHRASE) && in putNanPublish()
883 } else if ((pReq->key_info.key_type == NAN_SECURITY_KEY_INPUT_PASSPHRASE) && in putNanPublish()
1101 else if ((pReq->key_info.key_type == NAN_SECURITY_KEY_INPUT_PASSPHRASE) && in putNanSubscribe()
1185 } else if ((pReq->key_info.key_type == NAN_SECURITY_KEY_INPUT_PASSPHRASE) && in putNanSubscribe()
Dnan.cpp1323 } else if (msg->key_info.key_type == NAN_SECURITY_KEY_INPUT_PASSPHRASE) { in nan_data_request_initiator()
1482 } else if (msg->key_info.key_type == NAN_SECURITY_KEY_INPUT_PASSPHRASE) { in nan_data_indication_response()
/hardware/qcom/wlan/legacy/qcwcn/wifi_hal/
Dnan_req.cpp769 else if ((pReq->key_info.key_type == NAN_SECURITY_KEY_INPUT_PASSPHRASE) && in putNanPublish()
849 } else if ((pReq->key_info.key_type == NAN_SECURITY_KEY_INPUT_PASSPHRASE) && in putNanPublish()
1066 else if ((pReq->key_info.key_type == NAN_SECURITY_KEY_INPUT_PASSPHRASE) && in putNanSubscribe()
1149 } else if ((pReq->key_info.key_type == NAN_SECURITY_KEY_INPUT_PASSPHRASE) && in putNanSubscribe()
Dnan.cpp992 } else if (msg->key_info.key_type == NAN_SECURITY_KEY_INPUT_PASSPHRASE && in nan_data_request_initiator()
1095 } else if (msg->key_info.key_type == NAN_SECURITY_KEY_INPUT_PASSPHRASE && in nan_data_indication_response()
/hardware/interfaces/wifi/aidl/default/
Daidl_struct_util.cpp1824 legacy_request->key_info.key_type = legacy_hal::NAN_SECURITY_KEY_INPUT_PASSPHRASE; in convertAidlNanPublishRequestToLegacy()
1957 legacy_request->key_info.key_type = legacy_hal::NAN_SECURITY_KEY_INPUT_PASSPHRASE; in convertAidlNanSubscribeRequestToLegacy()
2111 legacy_request->key_info.key_type = legacy_hal::NAN_SECURITY_KEY_INPUT_PASSPHRASE; in convertAidlNanDataPathInitiatorRequestToLegacy()
2204 legacy_request->key_info.key_type = legacy_hal::NAN_SECURITY_KEY_INPUT_PASSPHRASE; in convertAidlNanDataPathIndicationResponseToLegacy()
3280 legacy_request->key_info.key_type = legacy_hal::NAN_SECURITY_KEY_INPUT_PASSPHRASE; in convertAidlNanPairingInitiatorRequestToLegacy()
3340 legacy_request->key_info.key_type = legacy_hal::NAN_SECURITY_KEY_INPUT_PASSPHRASE; in convertAidlNanPairingIndicationResponseToLegacy()
Dwifi_legacy_hal.h95 using ::NAN_SECURITY_KEY_INPUT_PASSPHRASE;
/hardware/broadcom/wlan/bcmdhd/halutil/
Dhalutil.cpp7688 case NAN_SECURITY_KEY_INPUT_PASSPHRASE: in publishNan()
7689 msg.key_info.key_type = NAN_SECURITY_KEY_INPUT_PASSPHRASE; in publishNan()
8101 case NAN_SECURITY_KEY_INPUT_PASSPHRASE: in subscribeNan()
8102 msg.key_info.key_type = NAN_SECURITY_KEY_INPUT_PASSPHRASE; in subscribeNan()
8554 msg.key_info.key_type = NAN_SECURITY_KEY_INPUT_PASSPHRASE; in nanPairingRequest()
8684 msg.key_info.key_type = NAN_SECURITY_KEY_INPUT_PASSPHRASE; in nanPairingResponse()
9226 case NAN_SECURITY_KEY_INPUT_PASSPHRASE: in nanDataInitRequest()
9227 msg.key_info.key_type = NAN_SECURITY_KEY_INPUT_PASSPHRASE; in nanDataInitRequest()
9429 case NAN_SECURITY_KEY_INPUT_PASSPHRASE: in nanDataIndResponse()
9430 msg.key_info.key_type = NAN_SECURITY_KEY_INPUT_PASSPHRASE; in nanDataIndResponse()
/hardware/synaptics/wlan/synadhd/wifi_hal/
Dnan.cpp833 if (mParams->key_info.key_type == NAN_SECURITY_KEY_INPUT_PASSPHRASE) { in createPublishRequest()
2034 if (mParams->key_info.key_type == NAN_SECURITY_KEY_INPUT_PASSPHRASE) { in createDataPathInitRequest()
2200 if (mParams->key_info.key_type == NAN_SECURITY_KEY_INPUT_PASSPHRASE) { in createDataPathIndResponse()
5279 } else if (msg->key_info.key_type == NAN_SECURITY_KEY_INPUT_PASSPHRASE) { in nan_data_request_initiator()
5364 if (msg->key_info.key_type == NAN_SECURITY_KEY_INPUT_PASSPHRASE) { in nan_data_indication_response()
/hardware/broadcom/wlan/bcmdhd/wifi_hal/
Dnan.cpp787 if (mParams->key_info.key_type == NAN_SECURITY_KEY_INPUT_PASSPHRASE) { in createPairingRequest()
952 if (mParams->key_info.key_type == NAN_SECURITY_KEY_INPUT_PASSPHRASE) { in createPairingIndResponse()
1946 if (mParams->key_info.key_type == NAN_SECURITY_KEY_INPUT_PASSPHRASE) { in createPublishRequest()
3417 if (mParams->key_info.key_type == NAN_SECURITY_KEY_INPUT_PASSPHRASE) { in createDataPathInitRequest()
3607 if (mParams->key_info.key_type == NAN_SECURITY_KEY_INPUT_PASSPHRASE) { in createDataPathIndResponse()
7550 } else if (msg->key_info.key_type == NAN_SECURITY_KEY_INPUT_PASSPHRASE) { in nan_data_request_initiator()
7640 if (msg->key_info.key_type == NAN_SECURITY_KEY_INPUT_PASSPHRASE) { in nan_data_indication_response()
/hardware/interfaces/wifi/legacy_headers/include/hardware_legacy/
Dwifi_nan.h320 NAN_SECURITY_KEY_INPUT_PASSPHRASE enumerator