Searched refs:user_sock_arg (Results 1 - 2 of 2) sorted by relevance
/hardware/qcom/wlan/qcwcn/wifi_hal/ |
H A D | wifi_hal.cpp | 281 info->user_sock_arg = 1; 283 nl_cb_err(cb, NL_CB_CUSTOM, error_handler, &info->user_sock_arg); 284 nl_cb_set(cb, NL_CB_FINISH, NL_CB_CUSTOM, finish_handler, &info->user_sock_arg); 285 nl_cb_set(cb, NL_CB_ACK, NL_CB_CUSTOM, ack_handler, &info->user_sock_arg); 309 info->user_sock_arg = 1; 311 nl_cb_err(cb, NL_CB_CUSTOM, error_handler, &info->user_sock_arg); 312 nl_cb_set(cb, NL_CB_FINISH, NL_CB_CUSTOM, finish_handler, &info->user_sock_arg); 313 nl_cb_set(cb, NL_CB_ACK, NL_CB_CUSTOM, ack_handler, &info->user_sock_arg);
|
H A D | common.h | 123 int user_sock_arg; member in struct:hal_info_s
|
Completed in 23 milliseconds