Hi Lars, You may use the recent madwifi drivers. In order to use them with Click you need to create a monitoring interface. Then you just need to decide if you want to deal with Radiotap headers or Atheros Descriptors. This issue is described at: http://madwifi-project.org/wiki/UserDocs/MonitorModeInterface
So if you decided to work with Radiotap headers then you need to use RadiotapEncap() and RadiotapDecap() elements in your Click configuration. If however you decide to use Atheros Descriptors then you need to use AthdescEncap() and AthdescDecap() elements. Karol Lars Bro wrote: > Hi, > > I would very much like to use the Click WiFi elements, and as far as I know, > we are supposed to use the madwifi.stripped driver to get the 802.11 packets > for these. I have also got the impression that these functions can be > enabled with madwifi by doing some sysctl commands. However, I seem to have > a hard time making it work, and worse: What about ath5k which we are > supposed to use now? > > Do anyone know? > > yours, > Lars Bro > _______________________________________________ > click mailing list > [email protected] > https://amsterdam.lcs.mit.edu/mailman/listinfo/click > > _______________________________________________ click mailing list [email protected] https://amsterdam.lcs.mit.edu/mailman/listinfo/click
