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
You will need something called frame injection (with the radiotap heading). This can be easily done using the libpcap and pcap_inject functions.
, raw . , API- Berkely . , , . , .
Linux.