Hello,
I want to set the nokia n95's wi-fi to promiscuous mode, I've looked over some of the API, wiki and documentation, but I can't find any information. Is this possible and if it is, how do I set it up? Thanks.
Hello,
I want to set the nokia n95's wi-fi to promiscuous mode, I've looked over some of the API, wiki and documentation, but I can't find any information. Is this possible and if it is, how do I set it up? Thanks.
Hi,
I have not come across any setting that can put wifi into promiscuous mode in handset.
although you can implement your own program to do so, by implementing CProtocolPosthook class.
I have seen example in the SDK which implements tcpdump using this class.