Searched refs:user_sock_message_handler (Results 1 – 2 of 2) sorted by relevance
/hardware/qcom/wlan/legacy/qcwcn/wifi_hal/ |
D | wifi_hal.cpp | 132 static int user_sock_message_handler(nl_msg *msg, void *arg); 481 nl_cb_set(cb, NL_CB_VALID, NL_CB_CUSTOM, user_sock_message_handler, info); in wifi_init_user_sock() 509 nl_cb_set(cb, NL_CB_VALID, NL_CB_CUSTOM, user_sock_message_handler, info); in wifi_init_cld80211_sock_cb() 2064 static int user_sock_message_handler(nl_msg *msg, void *arg) in user_sock_message_handler() function
|
/hardware/qcom/wlan/wcn6740/qcwcn/wifi_hal/ |
D | wifi_hal.cpp | 133 static int user_sock_message_handler(nl_msg *msg, void *arg); 509 nl_cb_set(cb, NL_CB_VALID, NL_CB_CUSTOM, user_sock_message_handler, info); in wifi_init_user_sock() 537 nl_cb_set(cb, NL_CB_VALID, NL_CB_CUSTOM, user_sock_message_handler, info); in wifi_init_cld80211_sock_cb() 2163 static int user_sock_message_handler(nl_msg *msg, void *arg) in user_sock_message_handler() function
|