Searched refs:cluster_low (Results 1 – 7 of 7) sorted by relevance
/hardware/qcom/wlan/legacy/qcwcn/wifi_hal/ |
D | nan_req.cpp | 191 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/ |
D | nan_req.cpp | 221 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/ |
D | wifi_nan.h | 910 u16 cluster_low; // default value 0 member
|
/hardware/broadcom/wlan/bcmdhd/halutil/ |
D | halutil.cpp | 6646 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/ |
D | aidl_struct_util.cpp | 1593 legacy_request->cluster_low = aidl_request1.debugConfigs.clusterIdBottomRangeVal; in convertAidlNanEnableRequestToLegacy() 1596 legacy_request->cluster_low = 0x0000; in convertAidlNanEnableRequestToLegacy()
|
/hardware/synaptics/wlan/synadhd/wifi_hal/ |
D | nan.cpp | 2648 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/ |
D | nan.cpp | 4120 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()
|