hello all,
we are doing one experiment, where i want to get all the data packets to the mac80211 stack. Below is the exaplanation
1) One 802.11 AP normal.
2) Two panda boards with wl12xx chipset in it, let it be STA1 and STA2
3) Using linux 3.1.10 version
4) security Open system
the two panda board will be set as managed mode(STA) connected to the AP. we are doing some experiment, in which we want to send data from STA1 to STA to directly with out the packet going to the AP, that, while it is connected to the AP, we are setting the From DS bit to 1 and creating a packet and Tx. the BSSID and SA we are setting it as the STA1 SA. so that the STA2 gets the packet as it is coming from the AP. but the problem is we aer not getting any packet in the mac80211 and the wl12xx driver.
Is there any settings to be enabled to get the packet ???