bridge_packets in master mode

Jouni Malinen jkmaline
Sat Aug 30 18:24:59 PDT 2003


On Sat, Aug 30, 2003 at 05:39:28PM +0200, WiNet - Biuro handlowe wrote:

> YI do it because I want control traffic between STA's in my LinuxBox,
> by tc in the kernel. Bridge packet in hostap is out of soft control ;-(

The best way of doing this might be to modify Linux bridging code to
understand a bit more about how IEEE 802.11 access points operate and
allow it to bridge broadcast packets back to the same interface in this
case.

> I plan do it by routing table ;-)

And that will not work. I think you can convinse Linux to route unicast
packets back to the same interface and even disable ICMP redirects that
are normally sent in this case. However, IP routing does not route
broadcast frames (like ARP request from STA1 to get STA2's MAC address).
In other words, you would need to modify Linux kernel code for this,
too.

-- 
Jouni Malinen                                            PGP id EFC895FA




More information about the Hostap mailing list