Searched defs:hIpcSta (Results 1 - 5 of 5) sorted by relevance

/hardware/ti/wlan/wl1271/CUDK/os/linux/src/
H A Dipc_sta.c134 VOID IpcSta_Destroy(THandle hIpcSta) argument
136 IpcSta_t* pIpcSta = (IpcSta_t*)hIpcSta;
144 S32 IPC_STA_Private_Send(THandle hIpcSta, U32 ioctl_cmd, PVOID bufIn, U32 sizeIn, argument
148 IpcSta_t* pIpcSta = (IpcSta_t*)hIpcSta;
177 S32 IPC_STA_Wext_Send(THandle hIpcSta, U32 wext_request_id, PVOID p_iwreq_data, U32 len) argument
179 IpcSta_t* pIpcSta = (IpcSta_t*)hIpcSta;
H A Dcu_wext.c55 THandle hIpcSta; member in struct:__anon960
157 THandle CuOs_Create(THandle hIpcSta) argument
166 pCuWext->hIpcSta = hIpcSta;
189 res = IPC_STA_Wext_Send(pCuWext->hIpcSta, SIOCGIWESSID, &pCuWext->req_data, sizeof(struct iw_point));
205 res = IPC_STA_Wext_Send(pCuWext->hIpcSta, SIOCGIWAP, &pCuWext->req_data, sizeof(struct sockaddr));
222 res = IPC_STA_Wext_Send(pCuWext->hIpcSta, SIOCGIWFREQ, &pCuWext->req_data, sizeof(struct iw_freq ));
241 res = IPC_STA_Wext_Send(pCuWext->hIpcSta, SIOCGIWSTATS, &pCuWext->req_data, sizeof(struct iw_statistics));
283 res = IPC_STA_Wext_Send(pCuWext->hIpcSta, SIOCSIWSCAN, &pCuWext->req_data, sizeof(struct iw_point));
310 res = IPC_STA_Wext_Send(pCuWext->hIpcSta, SIOCGIWSCA
[all...]
/hardware/ti/wlan/wl1271/CUDK/tiwlan_loader/
H A Dtiwlan_loader.c66 THandle hIpcSta; local
75 hIpcSta = IpcSta_Create(adapter_name);
76 if (hIpcSta == NULL)
148 if(EOALERR_IPC_STA_ERROR_SENDING_WEXT == IPC_STA_Private_Send(hIpcSta, DRIVER_INIT_PARAM, init_info, req_size, NULL, 0))
166 if (hIpcSta)
167 IpcSta_Destroy(hIpcSta);
/hardware/ti/wlan/wl1271/CUDK/configurationutility/src/
H A Dcu_common.c50 THandle hIpcSta; member in struct:CuCommon_t
79 pCuCommon->hIpcSta = IpcSta_Create(device_name);
80 if(pCuCommon->hIpcSta == NULL)
85 *pIpcSta = pCuCommon->hIpcSta;
94 if(pCuCommon->hIpcSta)
95 IpcSta_Destroy(pCuCommon->hIpcSta);
105 res = IPC_STA_Private_Send(pCuCommon->hIpcSta, PrivateIoctlId, &Data, sizeof(U32),
119 res = IPC_STA_Private_Send(pCuCommon->hIpcSta, PrivateIoctlId, NULL, 0,
133 res = IPC_STA_Private_Send(pCuCommon->hIpcSta, PrivateIoctlId, &Data, sizeof(U16),
147 res = IPC_STA_Private_Send(pCuCommon->hIpcSta, PrivateIoctlI
[all...]
H A Dcu_cmd.c841 THandle hIpcSta; local
853 pCuCmd->hCuCommon= CuCommon_Create(&hIpcSta, device_name);
860 pCuCmd->hCuWext= CuOs_Create(hIpcSta);

Completed in 118 milliseconds