Home
last modified time | relevance | path

Searched refs:cluster_attribute (Results 1 – 3 of 3) sorted by relevance

/hardware/qcom/wlan/wcn6740/qcwcn/wifi_hal/
Dnan_ind.cpp420 if (outputTlv.length > sizeof(event->cluster_attribute)) { in getNanMatch()
421 outputTlv.length = sizeof(event->cluster_attribute); in getNanMatch()
423 memcpy(event->cluster_attribute, in getNanMatch()
/hardware/qcom/wlan/legacy/qcwcn/wifi_hal/
Dnan_ind.cpp376 if (outputTlv.length > sizeof(event->cluster_attribute)) { in getNanMatch()
377 outputTlv.length = sizeof(event->cluster_attribute); in getNanMatch()
379 memcpy(event->cluster_attribute, in getNanMatch()
/hardware/interfaces/wifi/legacy_headers/include/hardware_legacy/
Dwifi_nan.h2165 u8 cluster_attribute[NAN_MAX_CLUSTER_ATTRIBUTE_LEN]; member