Lines Matching defs:res

103     S32 res;
105 res = IPC_STA_Private_Send(pCuCommon->hIpcSta, PrivateIoctlId, &Data, sizeof(U32),
108 if(res == EOALERR_IPC_STA_ERROR_SENDING_WEXT)
117 S32 res;
119 res = IPC_STA_Private_Send(pCuCommon->hIpcSta, PrivateIoctlId, NULL, 0,
122 if(res == EOALERR_IPC_STA_ERROR_SENDING_WEXT)
131 S32 res;
133 res = IPC_STA_Private_Send(pCuCommon->hIpcSta, PrivateIoctlId, &Data, sizeof(U16),
136 if(res == EOALERR_IPC_STA_ERROR_SENDING_WEXT)
145 S32 res;
147 res = IPC_STA_Private_Send(pCuCommon->hIpcSta, PrivateIoctlId, &Data, sizeof(U8),
150 if(res == EOALERR_IPC_STA_ERROR_SENDING_WEXT)
160 S32 res;
162 res = IPC_STA_Private_Send(pCuCommon->hIpcSta, PrivateIoctlId, NULL, 0,
165 if(res == EOALERR_IPC_STA_ERROR_SENDING_WEXT)
175 S32 res;
177 res = IPC_STA_Private_Send(pCuCommon->hIpcSta, PrivateIoctlId, pBuffer, len,
180 if(res == EOALERR_IPC_STA_ERROR_SENDING_WEXT)
189 S32 res;
191 res = IPC_STA_Private_Send(pCuCommon->hIpcSta, PrivateIoctlId, NULL, 0,
194 if(res == EOALERR_IPC_STA_ERROR_SENDING_WEXT)
203 S32 res;
205 res = IPC_STA_Private_Send(pCuCommon->hIpcSta, PrivateIoctlId, pBuffer, len,
208 if(res == EOALERR_IPC_STA_ERROR_SENDING_WEXT)
217 S32 res;
219 res = IPC_STA_Private_Send(pCuCommon->hIpcSta, SCAN_CNCN_BSSID_LIST_SIZE_PARAM, NULL, 0,
222 if(res == EOALERR_IPC_STA_ERROR_SENDING_WEXT)
231 S32 res;
234 res = IPC_STA_Private_Send(pCuCommon->hIpcSta, TIWLN_802_11_RSSI, NULL, 0,
236 if(res == EOALERR_IPC_STA_ERROR_SENDING_WEXT)
248 S32 res;
251 res = IPC_STA_Private_Send(pCuCommon->hIpcSta, TWD_SNR_RATIO_PARAM, NULL, 0,
253 if(res == EOALERR_IPC_STA_ERROR_SENDING_WEXT)
265 S32 res;
267 res = IPC_STA_Private_Send(pCuCommon->hIpcSta, TIWLN_802_11_TX_STATISTICS, pTxCounters, sizeof(TIWLN_TX_STATISTICS),
270 if(res == EOALERR_IPC_STA_ERROR_SENDING_WEXT)
275 res = IPC_STA_Private_Send(pCuCommon->hIpcSta, TX_CTRL_RESET_COUNTERS_PARAM, NULL, 0,
277 if(res == EOALERR_IPC_STA_ERROR_SENDING_WEXT)
287 S32 res;
289 res = IPC_STA_Private_Send(pCuCommon->hIpcSta,
296 if(res == EOALERR_IPC_STA_ERROR_SENDING_WEXT)
308 S32 res;
318 res = IPC_STA_Private_Send(pCuCommon->hIpcSta, RSN_ADD_KEY_PARAM, &key, sizeof(OS_802_11_KEY),
321 if(res == EOALERR_IPC_STA_ERROR_SENDING_WEXT)
330 S32 res;
336 res = IPC_STA_Private_Send(pCuCommon->hIpcSta, RSN_REMOVE_KEY_PARAM, &key, sizeof(OS_802_11_KEY),
339 if(res == EOALERR_IPC_STA_ERROR_SENDING_WEXT)
348 S32 res;
351 res = IPC_STA_Private_Send(pCuCommon->hIpcSta, TIWLN_REG_DOMAIN_GET_DFS_RANGE, NULL, 0,
354 if(res == EOALERR_IPC_STA_ERROR_SENDING_WEXT)
366 S32 res;
372 res = IPC_STA_Private_Send(pCuCommon->hIpcSta, TIWLN_REG_DOMAIN_SET_DFS_RANGE, &DFS_ChannelRange, sizeof(DFS_ChannelRange_t),
375 if(res == EOALERR_IPC_STA_ERROR_SENDING_WEXT)
384 S32 res;
391 res = IPC_STA_Private_Send(pCuCommon->hIpcSta, TIWLN_DISPLAY_STATS, pParams, param_size,
394 if(res == EOALERR_IPC_STA_ERROR_SENDING_WEXT)
403 S32 res, len;
413 res = IPC_STA_Private_Send(pCuCommon->hIpcSta, TIWLN_DISPLAY_STATS, buf, len + sizeof(U32),
416 if(res == EOALERR_IPC_STA_ERROR_SENDING_WEXT)
426 S32 res;
429 res = IPC_STA_Private_Send(pCuCommon->hIpcSta, TIWLN_GET_RX_DATA_FILTERS_STATISTICS, NULL, 0,
432 if(res == EOALERR_IPC_STA_ERROR_SENDING_WEXT)
446 S32 res;
449 res = IPC_STA_Private_Send(pCuCommon->hIpcSta, TIWLN_GET_POWER_CONSUMPTION_STATISTICS, NULL, 0,
452 if(res == EOALERR_IPC_STA_ERROR_SENDING_WEXT)