Home
last modified time | relevance | path

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

/hardware/qcom/wlan/legacy/qcwcn/wifi_hal/
Dnan_rsp.cpp461 pRsp->response_type = NAN_RESPONSE_PUBLISH; in getNanResponse()
/hardware/qcom/wlan/wcn6740/qcwcn/wifi_hal/
Dnan_rsp.cpp495 pRsp->response_type = NAN_RESPONSE_PUBLISH; in getNanResponse()
/hardware/synaptics/wlan/synadhd/wifi_hal/
Dnan.cpp1486 case NAN_RESPONSE_PUBLISH: in valid_disc_response_type()
1529 (rsp_data.response_type == NAN_RESPONSE_PUBLISH || in handleResponse()
1535 if (rsp_data.response_type == NAN_RESPONSE_PUBLISH) { in handleResponse()
3647 C2S(NAN_RESPONSE_PUBLISH) in NanRspToString()
3793 response_type = NAN_RESPONSE_PUBLISH; in get_response_type()
/hardware/interfaces/wifi/aidl/default/
Dwifi_nan_iface.cpp98 case legacy_hal::NAN_RESPONSE_PUBLISH: { in registerCallbackHandlers()
Dwifi_legacy_hal.h87 using ::NAN_RESPONSE_PUBLISH;
/hardware/interfaces/wifi/legacy_headers/include/hardware_legacy/
Dwifi_nan.h78 NAN_RESPONSE_PUBLISH = 2, enumerator
/hardware/broadcom/wlan/bcmdhd/wifi_hal/
Dnan.cpp2767 case NAN_RESPONSE_PUBLISH: in valid_disc_response_type()
2810 (rsp_data.response_type == NAN_RESPONSE_PUBLISH || in handleResponse()
2816 if (rsp_data.response_type == NAN_RESPONSE_PUBLISH) { in handleResponse()
5173 C2S(NAN_RESPONSE_PUBLISH) in NanRspToString()
5349 response_type = NAN_RESPONSE_PUBLISH; in get_response_type()
/hardware/broadcom/wlan/bcmdhd/halutil/
Dhalutil.cpp6138 case NAN_RESPONSE_PUBLISH: in OnNanNotifyResponse()