Searched refs:wifi_register_handler (Results 1 – 8 of 8) sorted by relevance
/hardware/broadcom/wlan/bcmdhd/wifi_hal/ |
D | common.h | 240 wifi_error wifi_register_handler(wifi_handle handle, int cmd, nl_recvmsg_msg_cb_t func, void *arg);
|
D | common.cpp | 70 wifi_error wifi_register_handler(wifi_handle handle, int cmd, nl_recvmsg_msg_cb_t func, void *arg) in wifi_register_handler() function
|
D | cpp_bindings.h | 330 return wifi_register_handler(wifiHandle(), cmd, &event_handler, this); in registerHandler()
|
D | cpp_bindings.cpp | 643 int res = wifi_register_handler(wifiHandle(), cmd, event_handler, this); in requestEvent()
|
/hardware/qcom/wlan/qcwcn/wifi_hal/ |
D | common.h | 178 wifi_error wifi_register_handler(wifi_handle handle, int cmd, nl_recvmsg_msg_cb_t func, void *arg);
|
D | common.cpp | 59 wifi_error wifi_register_handler(wifi_handle handle, int cmd, nl_recvmsg_msg_cb_t func, void *arg) in wifi_register_handler() function
|
D | cpp_bindings.h | 380 return wifi_register_handler(wifiHandle(), cmd, &event_handler, this); in registerHandler()
|
D | cpp_bindings.cpp | 630 wifi_error res = wifi_register_handler(wifiHandle(), cmd, event_handler, in requestEvent()
|