Lines Matching defs:res

69     S32 res = 0;    
75 res = 1;
150 return res;
181 S32 res;
189 res = IPC_STA_Wext_Send(pCuWext->hIpcSta, SIOCGIWESSID, &pCuWext->req_data, sizeof(struct iw_point));
190 if(res != OK)
191 return res;
201 S32 res,i;
205 res = IPC_STA_Wext_Send(pCuWext->hIpcSta, SIOCGIWAP, &pCuWext->req_data, sizeof(struct sockaddr));
206 if(res != OK)
207 return res;
218 S32 res;
222 res = IPC_STA_Wext_Send(pCuWext->hIpcSta, SIOCGIWFREQ, &pCuWext->req_data, sizeof(struct iw_freq ));
223 if(res != OK)
224 return res;
235 S32 res;
241 res = IPC_STA_Wext_Send(pCuWext->hIpcSta, SIOCGIWSTATS, &pCuWext->req_data, sizeof(struct iw_statistics));
242 if(res != OK)
243 return res;
254 S32 res;
283 res = IPC_STA_Wext_Send(pCuWext->hIpcSta, SIOCSIWSCAN, &pCuWext->req_data, sizeof(struct iw_point));
284 if(res != OK)
285 return res;
293 S32 res, NumberOfItems;
310 res = IPC_STA_Wext_Send(pCuWext->hIpcSta, SIOCGIWSCAN, &pCuWext->req_data, sizeof(struct iw_point));
311 if(res != OK)
314 return res;
353 S32 res;
357 res = IPC_STA_Wext_Send(pCuWext->hIpcSta, SIOCSIWAP, &pCuWext->req_data, sizeof(struct sockaddr));
359 if(res != OK)
360 return res;
368 S32 res;
378 res = IPC_STA_Wext_Send(pCuWext->hIpcSta, SIOCSIWESSID, &pCuWext->req_data, sizeof(struct sockaddr));
380 if(res != OK)
381 return res;
389 S32 res;
393 res = IPC_STA_Wext_Send(pCuWext->hIpcSta, SIOCGIWTXPOW, &pCuWext->req_data, sizeof(struct iw_param));
395 if(res != OK)
396 return res;
406 S32 res;
412 res = IPC_STA_Wext_Send(pCuWext->hIpcSta, SIOCSIWTXPOW, &pCuWext->req_data, sizeof(struct iw_param));
414 if(res != OK)
415 return res;
423 S32 res;
427 res = IPC_STA_Wext_Send(pCuWext->hIpcSta, SIOCGIWRTS, &pCuWext->req_data, sizeof(struct iw_param));
428 if(res != OK)
429 return res;
440 S32 res;
445 res = IPC_STA_Wext_Send(pCuWext->hIpcSta, SIOCSIWRTS, &pCuWext->req_data, sizeof(struct iw_param));
446 if(res != OK)
447 return res;
457 S32 res;
461 res = IPC_STA_Wext_Send(pCuWext->hIpcSta, SIOCGIWFRAG, &pCuWext->req_data, sizeof(struct iw_param));
462 if(res != OK)
463 return res;
473 S32 res;
478 res = IPC_STA_Wext_Send(pCuWext->hIpcSta, SIOCSIWFRAG, &pCuWext->req_data, sizeof(struct iw_param));
479 if(res != OK)
480 return res;