Home
last modified time | relevance | path

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

/hardware/qcom/wlan/qcwcn/wifi_hal/
Dnan.cpp869 if (msg->ndp_cfg.security_cfg == NAN_DP_CONFIG_SECURITY) { in nan_data_request_initiator()
882 if (msg->ndp_cfg.qos_cfg == NAN_DP_CONFIG_QOS) { in nan_data_request_initiator()
984 if (msg->ndp_cfg.security_cfg == NAN_DP_CONFIG_SECURITY) { in nan_data_indication_response()
997 if (msg->ndp_cfg.qos_cfg == NAN_DP_CONFIG_QOS) { in nan_data_indication_response()
/hardware/libhardware_legacy/include/hardware_legacy/
Dwifi_nan.h2207 NanDataPathCfg ndp_cfg; member
2245 NanDataPathCfg ndp_cfg; member
2298 NanDataPathCfg ndp_cfg; member
/hardware/broadcom/wlan/bcmdhd/wifi_hal/
Dnan.cpp1907 (NanDataPathSecurityCfgStatus)mParams->ndp_cfg.security_cfg); in createDataPathInitRequest()
1914 (NanDataPathQosCfg) mParams->ndp_cfg.qos_cfg); in createDataPathInitRequest()
2047 (NanDataPathSecurityCfgStatus)mParams->ndp_cfg.security_cfg); in createDataPathIndResponse()
2054 (NanDataPathQosCfg)mParams->ndp_cfg.qos_cfg); in createDataPathIndResponse()
2319 ndp_request_event.ndp_cfg.security_cfg = in handleEvent()
2324 ndp_request_event.ndp_cfg.qos_cfg = (NanDataPathQosCfg)it.get_u8(); in handleEvent()
4057 ALOGI("ndp_cfg: security_cfg =%u\n", msg->ndp_cfg.security_cfg); in dump_NanDataPathInitiatorRequest()
4058 ALOGI("ndp_cfg: qos_cfg=%u\n", msg->ndp_cfg.qos_cfg); in dump_NanDataPathInitiatorRequest()
4085 ALOGI("ndp_cfg: security_cfg =%u\n", msg->ndp_cfg.security_cfg); in dump_NanDataPathIndicationResponse()
4087 ALOGI("ndp_cfg: qos_cfg=%u\n", msg->ndp_cfg.qos_cfg); in dump_NanDataPathIndicationResponse()
[all …]
/hardware/interfaces/wifi/1.5/default/
Dhidl_struct_util.cpp2107 legacy_request->ndp_cfg.security_cfg = in convertHidlNanDataPathInitiatorRequestToLegacy()
2194 legacy_request->ndp_cfg.security_cfg = in convertHidlNanDataPathIndicationResponseToLegacy()
2392 legacy_ind.ndp_cfg.security_cfg == legacy_hal::NAN_DP_CONFIG_SECURITY; in convertLegacyNanDataPathRequestIndToHidl()