Home
last modified time | relevance | path

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

/hardware/broadcom/wlan/bcmdhd/wifi_hal/
Dcommon.h240 wifi_error wifi_register_handler(wifi_handle handle, int cmd, nl_recvmsg_msg_cb_t func, void *arg);
Dcommon.cpp70 wifi_error wifi_register_handler(wifi_handle handle, int cmd, nl_recvmsg_msg_cb_t func, void *arg) in wifi_register_handler() function
Dcpp_bindings.h330 return wifi_register_handler(wifiHandle(), cmd, &event_handler, this); in registerHandler()
Dcpp_bindings.cpp643 int res = wifi_register_handler(wifiHandle(), cmd, event_handler, this); in requestEvent()
/hardware/qcom/wlan/qcwcn/wifi_hal/
Dcommon.h178 wifi_error wifi_register_handler(wifi_handle handle, int cmd, nl_recvmsg_msg_cb_t func, void *arg);
Dcommon.cpp59 wifi_error wifi_register_handler(wifi_handle handle, int cmd, nl_recvmsg_msg_cb_t func, void *arg) in wifi_register_handler() function
Dcpp_bindings.h380 return wifi_register_handler(wifiHandle(), cmd, &event_handler, this); in registerHandler()
Dcpp_bindings.cpp630 wifi_error res = wifi_register_handler(wifiHandle(), cmd, event_handler, in requestEvent()