i'm trying to capture packets the same way it's done ds_wifi_lib_test :
CODE
Wifi_EnableWifi();
Wifi_SetChannel(3); //my AP channel
Wifi_RawSetPacketHandler(PacketCaptureHandler);
Wifi_SetPromiscuousMode(1);
Wifi_SetChannel(3); //my AP channel
Wifi_RawSetPacketHandler(PacketCaptureHandler);
Wifi_SetPromiscuousMode(1);
(i tried with auto TX Rate, then forced to 1 and 2 mbps : always same result)
my problems are :
1. the DS captures on all channels (i see packes from AP on other channels, and mine too of course)
2. the DS doesn't capture my AP arp requests (the one i send with my connected PC) : it only captures beacon frames
any ideas for these behaviours ? (especially the 2 ! i can easily filter the 1).
Thank you.
edit: same pb with 0.3.1 and 0.3.2