How to create 802.11 frames?

How can I programmatically create 802.11 frames?

This side explains how the 802.11 MAC frames look. http://technet.microsoft.com/en-us/library/cc757419(v=ws.10).aspx

Is it possible to create 802.11 MAC frames using the Berkeley Socket API? Or is there another library?

Thanks in advance

+3
source share
2 answers

You will need something called frame injection (with the radiotap heading). This can be easily done using the libpcap and pcap_inject functions.

+2
source

, raw . , API- Berkely . , , . , .

Linux.

0

All Articles