Searched refs:wifi_register_handler (Results 1 – 8 of 8) sorted by relevance
/hardware/broadcom/wlan/bcmdhd/wifi_hal/ |
D | common.h | 223 wifi_error wifi_register_handler(wifi_handle handle, int cmd, nl_recvmsg_msg_cb_t func, void *arg);
|
D | common.cpp | 52 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 | 313 return wifi_register_handler(wifiHandle(), cmd, &event_handler, this); in registerHandler()
|
D | cpp_bindings.cpp | 626 int res = wifi_register_handler(wifiHandle(), cmd, event_handler, this); in requestEvent()
|
/hardware/qcom/wlan/qcwcn/wifi_hal/ |
D | common.h | 153 wifi_error wifi_register_handler(wifi_handle handle, int cmd, nl_recvmsg_msg_cb_t func, void *arg);
|
D | common.cpp | 57 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 | 360 return wifi_register_handler(wifiHandle(), cmd, &event_handler, this); in registerHandler()
|
D | cpp_bindings.cpp | 631 int res = wifi_register_handler(wifiHandle(), cmd, event_handler, this); in requestEvent()
|