Searched refs:NAN_SECURITY_MIN_PASSPHRASE_LEN (Results 1 – 9 of 9) sorted by relevance
/hardware/qcom/wlan/wcn6740/qcwcn/wifi_hal/ |
D | nan_req.cpp | 805 NAN_SECURITY_MIN_PASSPHRASE_LEN) && in putNanPublish() 885 NAN_SECURITY_MIN_PASSPHRASE_LEN) && in putNanPublish() 1103 NAN_SECURITY_MIN_PASSPHRASE_LEN) && in putNanSubscribe() 1187 NAN_SECURITY_MIN_PASSPHRASE_LEN) && in putNanSubscribe()
|
D | nan.cpp | 1325 NAN_SECURITY_MIN_PASSPHRASE_LEN || in nan_data_request_initiator() 1484 NAN_SECURITY_MIN_PASSPHRASE_LEN || in nan_data_indication_response()
|
/hardware/qcom/wlan/legacy/qcwcn/wifi_hal/ |
D | nan_req.cpp | 771 NAN_SECURITY_MIN_PASSPHRASE_LEN) && in putNanPublish() 851 NAN_SECURITY_MIN_PASSPHRASE_LEN) && in putNanPublish() 1068 NAN_SECURITY_MIN_PASSPHRASE_LEN) && in putNanSubscribe() 1151 NAN_SECURITY_MIN_PASSPHRASE_LEN) && in putNanSubscribe()
|
D | nan.cpp | 994 NAN_SECURITY_MIN_PASSPHRASE_LEN && in nan_data_request_initiator() 1097 NAN_SECURITY_MIN_PASSPHRASE_LEN && in nan_data_indication_response()
|
/hardware/broadcom/wlan/bcmdhd/wifi_hal/ |
D | nan.cpp | 575 if (key_info->body.passphrase_info.passphrase_len < NAN_SECURITY_MIN_PASSPHRASE_LEN || in passphrase_to_pmk() 578 NAN_SECURITY_MIN_PASSPHRASE_LEN, in passphrase_to_pmk() 789 NAN_SECURITY_MIN_PASSPHRASE_LEN) || in createPairingRequest() 793 NAN_SECURITY_MIN_PASSPHRASE_LEN, in createPairingRequest() 954 NAN_SECURITY_MIN_PASSPHRASE_LEN) || in createPairingIndResponse() 958 NAN_SECURITY_MIN_PASSPHRASE_LEN, NAN_SECURITY_MAX_PASSPHRASE_LEN); in createPairingIndResponse() 1948 NAN_SECURITY_MIN_PASSPHRASE_LEN) || in createPublishRequest() 1952 NAN_SECURITY_MIN_PASSPHRASE_LEN, in createPublishRequest() 3418 … if (mParams->key_info.body.passphrase_info.passphrase_len < NAN_SECURITY_MIN_PASSPHRASE_LEN || in createDataPathInitRequest() 3421 NAN_SECURITY_MIN_PASSPHRASE_LEN, in createDataPathInitRequest() [all …]
|
/hardware/synaptics/wlan/synadhd/wifi_hal/ |
D | nan.cpp | 509 if (key_info->body.passphrase_info.passphrase_len < NAN_SECURITY_MIN_PASSPHRASE_LEN || in passphrase_to_pmk() 512 NAN_SECURITY_MIN_PASSPHRASE_LEN, in passphrase_to_pmk() 834 … if (mParams->key_info.body.passphrase_info.passphrase_len < NAN_SECURITY_MIN_PASSPHRASE_LEN || in createPublishRequest() 837 NAN_SECURITY_MIN_PASSPHRASE_LEN, in createPublishRequest() 2035 … if (mParams->key_info.body.passphrase_info.passphrase_len < NAN_SECURITY_MIN_PASSPHRASE_LEN || in createDataPathInitRequest() 2038 NAN_SECURITY_MIN_PASSPHRASE_LEN, in createDataPathInitRequest() 2201 … if (mParams->key_info.body.passphrase_info.passphrase_len < NAN_SECURITY_MIN_PASSPHRASE_LEN || in createDataPathIndResponse() 2204 NAN_SECURITY_MIN_PASSPHRASE_LEN, in createDataPathIndResponse()
|
/hardware/broadcom/wlan/bcmdhd/halutil/ |
D | halutil.cpp | 7710 if (strlen((const char*)val_p) < NAN_SECURITY_MIN_PASSPHRASE_LEN || in publishNan() 7713 NAN_SECURITY_MIN_PASSPHRASE_LEN, in publishNan() 8123 if (strlen((const char*)val_p) < NAN_SECURITY_MIN_PASSPHRASE_LEN || in subscribeNan() 8126 NAN_SECURITY_MIN_PASSPHRASE_LEN, in subscribeNan() 8542 if (strlen((const char*)val_p) < NAN_SECURITY_MIN_PASSPHRASE_LEN || in nanPairingRequest() 8545 NAN_SECURITY_MIN_PASSPHRASE_LEN, NAN_SECURITY_MAX_PASSPHRASE_LEN); in nanPairingRequest() 8672 if (strlen((const char*)val_p) < NAN_SECURITY_MIN_PASSPHRASE_LEN || in nanPairingResponse() 8675 NAN_SECURITY_MIN_PASSPHRASE_LEN, NAN_SECURITY_MAX_PASSPHRASE_LEN); in nanPairingResponse() 9248 if (strlen((const char*)val_p) < NAN_SECURITY_MIN_PASSPHRASE_LEN || in nanDataInitRequest() 9251 NAN_SECURITY_MIN_PASSPHRASE_LEN, in nanDataInitRequest() [all …]
|
/hardware/interfaces/wifi/aidl/default/ |
D | aidl_struct_util.cpp | 1828 NAN_SECURITY_MIN_PASSPHRASE_LEN) { in convertAidlNanPublishRequestToLegacy() 1961 NAN_SECURITY_MIN_PASSPHRASE_LEN) { in convertAidlNanSubscribeRequestToLegacy() 2115 NAN_SECURITY_MIN_PASSPHRASE_LEN) { in convertAidlNanDataPathInitiatorRequestToLegacy() 2208 NAN_SECURITY_MIN_PASSPHRASE_LEN) { in convertAidlNanDataPathIndicationResponseToLegacy() 3284 NAN_SECURITY_MIN_PASSPHRASE_LEN) { in convertAidlNanPairingInitiatorRequestToLegacy() 3344 NAN_SECURITY_MIN_PASSPHRASE_LEN) { in convertAidlNanPairingIndicationResponseToLegacy()
|
/hardware/interfaces/wifi/legacy_headers/include/hardware_legacy/ |
D | wifi_nan.h | 65 #define NAN_SECURITY_MIN_PASSPHRASE_LEN 8 macro
|