Arduino Yun as wifi access point

Hello,

I'm starting a new project for my school, who I need a platform that can act as Wi_Fi access point router. So I find the Arduino Yun that seems the solution for my project because have the ethernet and the wifi interfaces.

In other words, the hardware should offer a wired ethernet interface and wifi interface and the software should permit transparent data traffic between the two network interfaces. With Linino it's possible configure this function?

Sorry for my bad english, Thanks.

Maybe this is what you're looking for? OpenWRT Routed AP

Other arrangements are described here: HOWTOs [Old OpenWrt Wiki]

I thank you , my other concern is the speed of processing, Yun is able to process a stream of data from ethenet in WiFi in both directions without slowing the flow and then have a loss of data

The Linux side of the Yun has a reasonably powerful processor, and runs OpenWRT commonly used for routers. It has all of the capabilities of a reasonable router, and can handle routing streams of data between the two interfaces. It's not a supercomputer, and could get bogged down with very heavy data streams, but should be able to handle many reasonable data streams.

For most uses, it should work well, but it all depends on how much you are going to try to send through it.