Home
last modified time | relevance | path

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

/hardware/qcom/wlan/legacy/qcwcn/wifi_hal/
Dnan_req.cpp191 tlvs = addTlv(NAN_TLV_TYPE_CLUSTER_ID_LOW, sizeof(pReq->cluster_low), in putNanEnable()
192 (const u8*)&pReq->cluster_low, tlvs); in putNanEnable()
/hardware/qcom/wlan/wcn6740/qcwcn/wifi_hal/
Dnan_req.cpp221 tlvs = addTlv(NAN_TLV_TYPE_CLUSTER_ID_LOW, sizeof(pReq->cluster_low), in putNanEnable()
222 (const u8*)&pReq->cluster_low, tlvs); in putNanEnable()
/hardware/interfaces/wifi/legacy_headers/include/hardware_legacy/
Dwifi_nan.h910 u16 cluster_low; // default value 0 member
/hardware/broadcom/wlan/bcmdhd/halutil/
Dhalutil.cpp6646 msg->cluster_low = msg->cluster_high; in set_cluster_id()
6647 printMsg("cluster low: %x, cluster high: %x\n", msg->cluster_low, msg->cluster_high); in set_cluster_id()
6725 msg.cluster_low = 0; in enableNan()
6750 msg.cluster_low = 0; in enableNan()
6752 msg.cluster_low = clust_range; in enableNan()
/hardware/interfaces/wifi/aidl/default/
Daidl_struct_util.cpp1593 legacy_request->cluster_low = aidl_request1.debugConfigs.clusterIdBottomRangeVal; in convertAidlNanEnableRequestToLegacy()
1596 legacy_request->cluster_low = 0x0000; in convertAidlNanEnableRequestToLegacy()
/hardware/synaptics/wlan/synadhd/wifi_hal/
Dnan.cpp2648 result = request.put_u16(NAN_ATTRIBUTE_CLUSTER_LOW, mParams->cluster_low); in createEnableRequest()
3885 ALOGI("cluster_low=%u\n", msg->cluster_low); in dump_NanEnableRequest()
/hardware/broadcom/wlan/bcmdhd/wifi_hal/
Dnan.cpp4120 result = request.put_u16(NAN_ATTRIBUTE_CLUSTER_LOW, mParams->cluster_low); in createEnableRequest()
5484 ALOGI("cluster_low=%u\n", msg->cluster_low); in dump_NanEnableRequest()