HomeSort by relevance Sort by last modified time
    Searched full:g_socket (Results 1 - 1 of 1) sorted by null

  /system/wlan/ti/sta_dk_4_0_4_32/CUDK/IPC/Linux/
ipc_user.c 42 static int g_socket = 0; /* socket descriptor */ variable
82 g_socket = iw_sockets_open();
83 if( g_socket == -1 )
101 if( g_socket )
102 close( g_socket );
116 if( !g_socket )
186 print_deb("===== send_ioctl: socket=%d, cmd=%d, &req=%p\n", g_socket, cmd, &req );
191 res = ioctl(g_socket, cmd, &req);

Completed in 413 milliseconds