Home
last modified time | relevance | path

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

/hardware/qcom/wlan/legacy/qcwcn/wifi_hal/
Dnan_rsp.cpp472 pRsp->response_type = NAN_RESPONSE_SUBSCRIBE; in getNanResponse()
/hardware/qcom/wlan/wcn6740/qcwcn/wifi_hal/
Dnan_rsp.cpp506 pRsp->response_type = NAN_RESPONSE_SUBSCRIBE; in getNanResponse()
/hardware/synaptics/wlan/synadhd/wifi_hal/
Dnan.cpp1487 case NAN_RESPONSE_SUBSCRIBE: in valid_disc_response_type()
1530 rsp_data.response_type == NAN_RESPONSE_SUBSCRIBE)) { in handleResponse()
1537 } else if (rsp_data.response_type == NAN_RESPONSE_SUBSCRIBE) { in handleResponse()
3648 C2S(NAN_RESPONSE_SUBSCRIBE) in NanRspToString()
3796 response_type = NAN_RESPONSE_SUBSCRIBE; in get_response_type()
/hardware/interfaces/wifi/aidl/default/
Dwifi_nan_iface.cpp124 case legacy_hal::NAN_RESPONSE_SUBSCRIBE: { in registerCallbackHandlers()
Dwifi_legacy_hal.h90 using ::NAN_RESPONSE_SUBSCRIBE;
/hardware/interfaces/wifi/legacy_headers/include/hardware_legacy/
Dwifi_nan.h81 NAN_RESPONSE_SUBSCRIBE = 5, enumerator
/hardware/broadcom/wlan/bcmdhd/wifi_hal/
Dnan.cpp2768 case NAN_RESPONSE_SUBSCRIBE: in valid_disc_response_type()
2811 rsp_data.response_type == NAN_RESPONSE_SUBSCRIBE)) { in handleResponse()
2818 } else if (rsp_data.response_type == NAN_RESPONSE_SUBSCRIBE) { in handleResponse()
5174 C2S(NAN_RESPONSE_SUBSCRIBE) in NanRspToString()
5352 response_type = NAN_RESPONSE_SUBSCRIBE; in get_response_type()
/hardware/broadcom/wlan/bcmdhd/halutil/
Dhalutil.cpp6143 case NAN_RESPONSE_SUBSCRIBE: in OnNanNotifyResponse()