Networking Forums

Networking Forums > Computer Networking > Linux Networking > Ethernet over Wireless Question

Reply
Thread Tools Display Modes

Ethernet over Wireless Question

 
 
Stefanus Johny
Guest
Posts: n/a

 
      11-09-2003, 06:24 AM
Hi,
I have a general question with wireless ad hoc transmission.

I wrote a code that does simple data transmissions using raw ethernet
over wireless 802.11 between two devices.
I manually construct the ethernet header and set the dest/source MAC
address before I send the frame using sendto(2).

I notice that the header for 802.11 packet is different from the
ethernet header. So does the ethernet frame being encapsulated over a
802.11 frame? or is it being converted to 802.11 header?

I'm assuming the driver is doing all this, correct me if I'm wrong???

Does it do it selectively? meaning if I constructed 802.11 frame and
sending it via sendto(2), would it still encapsulate/convert the frame
onto another 802.11 frame, or would it detect that it's already a 802.11
frame so it just sends it ie. saves speed?

Thanks.

-Stefanus

 
Reply With Quote
 
 
 
Reply

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Ethernet question Petert Broadband 27 01-13-2009 04:43 PM
Question on wireless signal and connecting via Ethernet cable to laptop... pattyjamas@hotmail.com Wireless Internet 4 10-12-2006 11:11 PM
Ethernet Over AC Question Wizzard Home Networking 5 01-26-2005 05:52 PM
Need help! Raw ethernet socket question Michael Mueller Linux Networking 2 10-07-2003 11:18 AM
Difference between wireless ethernet bridge and wireless ethernet adapter James Wireless Internet 7 07-18-2003 05:12 AM



1 2 3 4 5 6 7 8 9 10 11