Home
last modified time | relevance | path

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

/hardware/qcom/wlan/wcn6740/qcwcn/wifi_hal/
Dnan.cpp112 NanCommand *t_nanCommand = NULL; in nan_enable_request() local
153 t_nanCommand = NanCommand::instance(wifiHandle); in nan_enable_request()
154 if (t_nanCommand != NULL) { in nan_enable_request()
155 t_nanCommand->allocSvcParams(); in nan_enable_request()
170 NanCommand *t_nanCommand = NULL; in nan_disable_request() local
211 t_nanCommand = NanCommand::instance(wifiHandle); in nan_disable_request()
212 if (t_nanCommand != NULL) { in nan_disable_request()
213 t_nanCommand->deallocSvcParams(); in nan_disable_request()
382 NanCommand *t_nanCommand = NULL; in nan_subscribe_cancel_request() local
423 t_nanCommand = NanCommand::instance(wifiHandle); in nan_subscribe_cancel_request()
[all …]