Home
last modified time | relevance | path

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

/aosp12/hardware/qcom/wlan/qcwcn/wifi_hal/
H A Dwifi_hal.cpp413 struct nl_sock *user_sock = in wifi_init_user_sock() local
415 if (user_sock == NULL) { in wifi_init_user_sock()
430 struct nl_cb *cb = nl_socket_get_cb(user_sock); in wifi_init_user_sock()
451 info->user_sock = user_sock; in wifi_init_user_sock()
714 info->user_sock = info->cldctx->sock; in wifi_initialize()
902 } else if (info->user_sock) { in wifi_initialize()
903 nl_socket_free(info->user_sock); in wifi_initialize()
1036 } else if (info->user_sock != 0) { in internal_cleaned_up_handler()
1037 nl_socket_free(info->user_sock); in internal_cleaned_up_handler()
1038 info->user_sock = NULL; in internal_cleaned_up_handler()
[all …]
H A Dcommon.h122 struct nl_sock *user_sock; // user socket object member