Home
last modified time | relevance | path

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

/hardware/qcom/wlan/wcn6740/qcwcn/wifi_hal/
Dnan_req.cpp92 pReq->config_hop_count_limit ? (SIZEOF_TLV_HDR + \ in putNanEnable()
245 if (pReq->config_hop_count_limit) { in putNanEnable()
/hardware/qcom/wlan/legacy/qcwcn/wifi_hal/
Dnan_req.cpp58 pReq->config_hop_count_limit ? (SIZEOF_TLV_HDR + \ in putNanEnable()
215 if (pReq->config_hop_count_limit) { in putNanEnable()
/hardware/interfaces/wifi/legacy_headers/include/hardware_legacy/
Dwifi_nan.h943 u8 config_hop_count_limit; member
/hardware/synaptics/wlan/synadhd/wifi_hal/
Dnan.cpp2794 if (mParams->config_hop_count_limit) { in createEnableRequest()
3899 ALOGI("config_hop_count_limit=%u\n", msg->config_hop_count_limit); in dump_NanEnableRequest()
/hardware/broadcom/wlan/bcmdhd/wifi_hal/
Dnan.cpp4266 if (mParams->config_hop_count_limit) { in createEnableRequest()
5498 ALOGI("config_hop_count_limit=%u\n", msg->config_hop_count_limit); in dump_NanEnableRequest()
/hardware/broadcom/wlan/bcmdhd/halutil/
Dhalutil.cpp6779 msg.config_hop_count_limit = false; in enableNan()
6783 msg.config_hop_count_limit = true; in enableNan()
/hardware/interfaces/wifi/aidl/default/
Daidl_struct_util.cpp1499 legacy_request->config_hop_count_limit = 1; in convertAidlNanEnableRequestToLegacy()