Home
last modified time | relevance | path

Searched refs:max_publishes (Results 1 – 8 of 8) sorted by relevance

/hardware/qcom/wlan/wcn6740/qcwcn/wifi_hal/
Dnan_rsp.cpp610 pRsp->body.nan_capabilities.max_publishes = \ in getNanResponse()
611 pFwRsp->max_publishes; in getNanResponse()
646 if (pFwRsp->max_publishes > NAN_DEF_PUB_SUB) { in getNanResponse()
647 mNanCommandInstance->mNanMaxPublishes = pFwRsp->max_publishes; in getNanResponse()
Dnan_i.h1083 u32 max_publishes; member
/hardware/qcom/wlan/legacy/qcwcn/wifi_hal/
Dnan_rsp.cpp576 pRsp->body.nan_capabilities.max_publishes = \ in getNanResponse()
577 pFwRsp->max_publishes; in getNanResponse()
Dnan_i.h1045 u32 max_publishes; member
/hardware/interfaces/wifi/legacy_headers/include/hardware_legacy/
Dwifi_nan.h454 u32 max_publishes; member
/hardware/broadcom/wlan/bcmdhd/wifi_hal/
Dnan.cpp2825 desc->max_publishes = src->max_publishes; in handleResponse()
/hardware/interfaces/wifi/aidl/default/
Daidl_struct_util.cpp2276 aidl_response->maxPublishes = legacy_response.max_publishes; in convertLegacyNanCapabilitiesResponseToAidl()
/hardware/broadcom/wlan/bcmdhd/halutil/
Dhalutil.cpp6203 rsp_data->body.nan_capabilities.max_publishes); in OnNanNotifyResponse()