Home
last modified time | relevance | path

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

/hardware/interfaces/wifi/legacy_headers/include/hardware_legacy/
Dwifi_nan.h2461 NanDataPathCfg ndp_cfg; member
2523 NanDataPathCfg ndp_cfg; member
2611 NanDataPathCfg ndp_cfg; member
/hardware/synaptics/wlan/synadhd/wifi_hal/
Dnan.cpp1953 (NanDataPathSecurityCfgStatus)mParams->ndp_cfg.security_cfg); in createDataPathInitRequest()
1960 (NanDataPathQosCfg) mParams->ndp_cfg.qos_cfg); in createDataPathInitRequest()
2113 (NanDataPathSecurityCfgStatus)mParams->ndp_cfg.security_cfg); in createDataPathIndResponse()
2120 (NanDataPathQosCfg)mParams->ndp_cfg.qos_cfg); in createDataPathIndResponse()
2406 ndp_request_event.ndp_cfg.security_cfg = in handleEvent()
2411 ndp_request_event.ndp_cfg.qos_cfg = (NanDataPathQosCfg)it.get_u8(); in handleEvent()
4217 ALOGI("ndp_cfg: security_cfg =%u\n", msg->ndp_cfg.security_cfg); in dump_NanDataPathInitiatorRequest()
4218 ALOGI("ndp_cfg: qos_cfg=%u\n", msg->ndp_cfg.qos_cfg); in dump_NanDataPathInitiatorRequest()
4249 ALOGI("ndp_cfg: security_cfg =%u\n", msg->ndp_cfg.security_cfg); in dump_NanDataPathIndicationResponse()
4251 ALOGI("ndp_cfg: qos_cfg=%u\n", msg->ndp_cfg.qos_cfg); in dump_NanDataPathIndicationResponse()
[all …]
/hardware/qcom/wlan/legacy/qcwcn/wifi_hal/
Dnan.cpp973 if (msg->ndp_cfg.qos_cfg == NAN_DP_CONFIG_QOS) { in nan_data_request_initiator()
1075 if (msg->ndp_cfg.qos_cfg == NAN_DP_CONFIG_QOS) { in nan_data_indication_response()
/hardware/broadcom/wlan/bcmdhd/halutil/
Dhalutil.cpp6379 printMsg("qos = %d\n", event->ndp_cfg.qos_cfg); in OnNanEventDataIndication()
6380 printMsg("security = %d\n", event->ndp_cfg.security_cfg); in OnNanEventDataIndication()
9108 msg.ndp_cfg.security_cfg = NAN_DP_CONFIG_NO_SECURITY; in nanDataInitRequest()
9109 msg.ndp_cfg.qos_cfg = NAN_DP_CONFIG_NO_QOS; in nanDataInitRequest()
9163 msg.ndp_cfg.security_cfg = NAN_DP_CONFIG_SECURITY; in nanDataInitRequest()
9166 msg.ndp_cfg.security_cfg = NAN_DP_CONFIG_NO_SECURITY; in nanDataInitRequest()
9173 msg.ndp_cfg.qos_cfg = NAN_DP_CONFIG_QOS; in nanDataInitRequest()
9176 msg.ndp_cfg.qos_cfg = NAN_DP_CONFIG_NO_QOS; in nanDataInitRequest()
9321 msg.ndp_cfg.security_cfg = NAN_DP_CONFIG_NO_SECURITY; in nanDataIndResponse()
9322 msg.ndp_cfg.qos_cfg = NAN_DP_CONFIG_NO_QOS; in nanDataIndResponse()
[all …]
/hardware/broadcom/wlan/bcmdhd/wifi_hal/
Dnan.cpp3320 (NanDataPathSecurityCfgStatus)mParams->ndp_cfg.security_cfg); in createDataPathInitRequest()
3327 (NanDataPathQosCfg) mParams->ndp_cfg.qos_cfg); in createDataPathInitRequest()
3505 (NanDataPathSecurityCfgStatus)mParams->ndp_cfg.security_cfg); in createDataPathIndResponse()
3512 (NanDataPathQosCfg)mParams->ndp_cfg.qos_cfg); in createDataPathIndResponse()
3853 ndp_request_event.ndp_cfg.security_cfg = in handleEvent()
3858 ndp_request_event.ndp_cfg.qos_cfg = (NanDataPathQosCfg)it.get_u8(); in handleEvent()
5871 ALOGI("ndp_cfg: security_cfg =%u\n", msg->ndp_cfg.security_cfg); in dump_NanDataPathInitiatorRequest()
5872 ALOGI("ndp_cfg: qos_cfg=%u\n", msg->ndp_cfg.qos_cfg); in dump_NanDataPathInitiatorRequest()
5903 ALOGI("ndp_cfg: security_cfg =%u\n", msg->ndp_cfg.security_cfg); in dump_NanDataPathIndicationResponse()
5905 ALOGI("ndp_cfg: qos_cfg=%u\n", msg->ndp_cfg.qos_cfg); in dump_NanDataPathIndicationResponse()
[all …]
/hardware/qcom/wlan/wcn6740/qcwcn/wifi_hal/
Dnan.cpp1293 if (msg->ndp_cfg.qos_cfg == NAN_DP_CONFIG_QOS) { in nan_data_request_initiator()
1451 if (msg->ndp_cfg.qos_cfg == NAN_DP_CONFIG_QOS) { in nan_data_indication_response()
/hardware/interfaces/wifi/aidl/default/
Daidl_struct_util.cpp2086 legacy_request->ndp_cfg.security_cfg = in convertAidlNanDataPathInitiatorRequestToLegacy()
2179 legacy_request->ndp_cfg.security_cfg = in convertAidlNanDataPathIndicationResponseToLegacy()
2383 legacy_ind.ndp_cfg.security_cfg == legacy_hal::NAN_DP_CONFIG_SECURITY; in convertLegacyNanDataPathRequestIndToAidl()