Hi,

I am looking into the possibility of building a wireless sniffer using
the Sony WiFi card.

Has anyone tried opening a raw socket on it?

I didn't get any error opening a raw socket on it, neither do I
get an error binding it to a raw address (ie. the WiFi interface).
But then NetLibReceive timeout on me.

Can you tell if I have missed anything? Here is what I've done.

1) SysLibFind         -- to look for Net.lib
2) NetLibOpen
3) NetLibIFGet        -- to find the CFE0 interface
4) NetLibSocketOpen   -- to open raw socket
5) NetLibSocketBind   -- to bind interface to raw socket
6) NetLibReceive      -- to receive from raw socket

A potential problem is that the CFE0 interface doesn't support
RawMode -- I can't set the netIFSettingRawMode setting on the
interface despite calling NetLibIFSettingSet doesn't return an
error. Could Sony just silently igore the NetLibIFSettingSet ?


Many thanks.
Alex.


--
For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/

Reply via email to