Searched refs:error_handler (Results 1 – 6 of 6) sorted by relevance
/hardware/qcom/wlan/cld80211-lib/ |
D | cld80211_lib.c | 145 static int error_handler(struct sockaddr_nl *nla, struct nlmsgerr *err, in error_handler() function 371 nl_cb_err(cb, NL_CB_CUSTOM, error_handler, &err); in cld80211_send_recv_msg() 416 nl_cb_err(cb, NL_CB_CUSTOM, error_handler, &err); in cld80211_recv()
|
/hardware/broadcom/wlan/bcmdhd/wifi_hal/ |
D | cpp_bindings.cpp | 635 nl_cb_err(cb, NL_CB_CUSTOM, error_handler, &err); in requestResponse() 757 int WifiCommand::error_handler(struct sockaddr_nl *nla, struct nlmsgerr *err, void *arg) { in error_handler() function in WifiCommand
|
D | cpp_bindings.h | 369 static int error_handler(struct sockaddr_nl *nla, struct nlmsgerr *err, void *arg);
|
/hardware/qcom/wlan/qcwcn/wifi_hal/ |
D | cpp_bindings.cpp | 609 nl_cb_err(cb, NL_CB_CUSTOM, error_handler, &err); in requestResponse() 728 int WifiCommand::error_handler(struct sockaddr_nl *nla, struct nlmsgerr *err, void *arg) { in error_handler() function in WifiCommand
|
D | cpp_bindings.h | 410 static int error_handler(struct sockaddr_nl *nla, struct nlmsgerr *err, void *arg);
|
D | wifi_hal.cpp | 266 int error_handler(struct sockaddr_nl *nla, in error_handler() function 438 nl_cb_err(cb, NL_CB_CUSTOM, error_handler, &info->user_sock_arg); in wifi_init_user_sock() 466 nl_cb_err(cb, NL_CB_CUSTOM, error_handler, &info->user_sock_arg); in wifi_init_cld80211_sock_cb() 666 nl_cb_err(cb, NL_CB_CUSTOM, error_handler, &info->event_sock_arg); in wifi_initialize()
|