OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:user_sock
(Results
1 - 2
of
2
) sorted by null
/hardware/qcom/wlan/qcwcn/wifi_hal/
wifi_hal.cpp
221
struct nl_sock *
user_sock
=
local
223
if (
user_sock
== NULL) {
229
if (nl_socket_set_buffer_size(
user_sock
, (256*1024), 0) < 0) {
230
ALOGE("Could not set size for
user_sock
: %s",
235
ALOGV("nl_socket_set_buffer_size successful for
user_sock
");
238
struct nl_cb *cb = nl_socket_get_cb(
user_sock
);
253
int ret = nl_socket_add_membership(
user_sock
, 1);
259
info->
user_sock
=
user_sock
;
576
if (info->
user_sock
) nl_socket_free(info->user_sock)
[
all
...]
common.h
95
struct nl_sock *
user_sock
; // user socket object
member in struct:hal_info_s
Completed in 63 milliseconds