Searched refs:user_sock_arg (Results 1 - 2 of 2) sorted by relevance

/hardware/qcom/wlan/qcwcn/wifi_hal/
H A Dcommon.h118 int user_sock_arg; member in struct:hal_info_s
H A Dwifi_hal.cpp244 info->user_sock_arg = 1;
246 nl_cb_err(cb, NL_CB_CUSTOM, error_handler, &info->user_sock_arg);
247 nl_cb_set(cb, NL_CB_FINISH, NL_CB_CUSTOM, finish_handler, &info->user_sock_arg);
248 nl_cb_set(cb, NL_CB_ACK, NL_CB_CUSTOM, ack_handler, &info->user_sock_arg);

Completed in 27 milliseconds