HomeSort by relevance Sort by last modified time
    Searched refs:STA_socket (Results 1 - 4 of 4) sorted by null

  /hardware/ti/wlan/wl1271/CUDK/os/linux/src/
ipc_sta.c 56 S32 STA_socket;
121 pIpcSta->STA_socket = IpcSta_Sockets_Open();
122 if(pIpcSta->STA_socket == -1)
139 IpcSta_Sockets_Close(pIpcSta->STA_socket);
167 res = ioctl(pIpcSta->STA_socket, SIOCIWFIRSTPRIV, &pIpcSta->wext_req);
184 res = ioctl(pIpcSta->STA_socket, wext_request_id, &pIpcSta->wext_req);
ipc_event.c 83 S32 STA_socket;
437 left = recvfrom(pIpcEventChild->STA_socket, buf, sizeof(buf), MSG_DONTWAIT,
442 pIpcEventChild->STA_socket);
505 if(pIpcEventChild->STA_socket)
507 IpcEvent_Sockets_Close(pIpcEventChild->STA_socket);
515 pIpcEventChild->STA_socket = IpcEvent_Sockets_Open();
516 if(pIpcEventChild->STA_socket < 0)
518 os_error_printf(CU_MSG_ERROR, (PS8)"ERROR - IpcEvent_Create - cant open socket for communication with the driver (%d)\n",pIpcEventChild->STA_socket);
528 FD_SET(pIpcEventChild->STA_socket, &read_set);
532 ret = select(max(pIpcEventChild->pipe_from_parent,pIpcEventChild->STA_socket) + 1,
    [all...]
  /system/wlan/ti/wilink_6_1/CUDK/os/linux/src/
ipc_sta.c 56 S32 STA_socket;
121 pIpcSta->STA_socket = IpcSta_Sockets_Open();
122 if(pIpcSta->STA_socket == -1)
139 IpcSta_Sockets_Close(pIpcSta->STA_socket);
167 res = ioctl(pIpcSta->STA_socket, SIOCIWFIRSTPRIV, &pIpcSta->wext_req);
184 res = ioctl(pIpcSta->STA_socket, wext_request_id, &pIpcSta->wext_req);
ipc_event.c 83 S32 STA_socket;
424 left = recvfrom(pIpcEventChild->STA_socket, buf, sizeof(buf), MSG_DONTWAIT,
429 pIpcEventChild->STA_socket);
492 if(pIpcEventChild->STA_socket)
494 IpcEvent_Sockets_Close(pIpcEventChild->STA_socket);
502 pIpcEventChild->STA_socket = IpcEvent_Sockets_Open();
503 if(pIpcEventChild->STA_socket < 0)
505 os_error_printf(CU_MSG_ERROR, (PS8)"ERROR - IpcEvent_Create - cant open socket for communication with the driver (%d)\n",pIpcEventChild->STA_socket);
515 FD_SET(pIpcEventChild->STA_socket, &read_set);
519 ret = select(max(pIpcEventChild->pipe_from_parent,pIpcEventChild->STA_socket) + 1,
    [all...]

Completed in 18 milliseconds