Home
last modified time | relevance | path

Searched refs:user_sock_message_handler (Results 1 – 1 of 1) sorted by relevance

/hardware/qcom/wlan/qcwcn/wifi_hal/
Dwifi_hal.cpp94 static int user_sock_message_handler(nl_msg *msg, void *arg);
442 nl_cb_set(cb, NL_CB_VALID, NL_CB_CUSTOM, user_sock_message_handler, info); in wifi_init_user_sock()
470 nl_cb_set(cb, NL_CB_VALID, NL_CB_CUSTOM, user_sock_message_handler, info); in wifi_init_cld80211_sock_cb()
1521 static int user_sock_message_handler(nl_msg *msg, void *arg) in user_sock_message_handler() function