You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to EEL 6591
Hi Gokul,
We found that the wifi transactions will go through case 2 in
Ipv4L3Protocol::Send function to find the routing and then go to case
3 to send packets.
Our project needs to bypass the routing part in this layer, so we'll
go to case 5 to send packets without routing. We tried to transmit the
packet directly but the interface part is hard to understand since
it's connected to the lower layers.
So can you give some suggestions on this part or we can keep the
routing and just add the control frames to help communication?
Thanks!