hostap_get_wireless_stats
Sachin Ganu
sachin
Mon May 26 07:03:08 PDT 2003
Hi all,
I had sent this sometime ago, just trying again to see if anyone has some
ideas about the following problem
I am using the hostap-2002-10-12 version and I want to make some
modifications to hostap_hw.c. I am trying to use the
hostap_get_wireless_stats method to read the link quality , signal level
and noise for custom type of packets...
Here is my code snippet that I am using:
(struct iw_statistics* iw_stats has been defined )
iw_stats = hostap_get_wireless_stats(dev);
skbext[0]= iw_stats->qual.qual;
skbext[1] = iw_stats->qual.level;
skbext[2] = iw_stats->qual.noise;
The program compiles fine with make pccard. But when I try to make
install_pccard, depmod fails..and complains about the function call
hostap_get_wireless_stats
Previously, I had the same program working fine when we used the older
hostap distribution that had the prism2.c driver and
prism2_get_wireless_stats function call
ANy ideas/ suggestions as to what might be wrong?
-----------------------------------------------------------
Sachin Ganu
Ph.D Candidate
WINLAB, Rutgers University
73 Brett Rd, Piscataway NJ 08854
_______________________________________________
HostAP mailing list
HostAP at shmoo.com
http://lists.shmoo.com/mailman/listinfo/hostap
More information about the Hostap
mailing list