Dave Hansen
0cd545d6ba
[PATCH] hostap update
...
Create sysfs "device" files for hostap
I was writing some scripts to automatically build kismet source lines,
and I noticed that hostap devices don't have device files, unlike my
prism54 and ipw2200 cards:
$ ls -l /sys/class/net/eth0/device
/sys/class/net/eth0/device -> ../../../devices/pci0000:00/0000:00:1e.0/0000:02:01.0
$ ls -l /sys/class/net/wifi0
ls: /sys/class/net/wifi0/device: No such file or directory
$ ls -l /sys/class/net/wlan0
ls: /sys/class/net/wlan0/device: No such file or directory
The following (quite small) patch makes sure that both the wlan and wifi
net devices have that pointer to the bus device.
This way, I can do things like
for i in /sys/class/net/*; do
if ! [ -e $i/device/drive ]; then
continue;
fi;
driver=$(basename $(readlink $i/device/driver))
case $driver in
hostap*)
echo -- hostap,$i,$i-$driver
break;
ipw2?00)
echo -- $driver,$i,$i-$driver
break;
prism54)
echo prism54g,$i
esac
done
Which should generate a working set of source lines for kismet no matter
what order I plug the cards in.
It might also be handy to have a link between the two net devices, but
that's a patch for another day.
That patch is against 2.6.13-rc1-mm1.
-- Dave
Signed-off-by: Dave Hansen <haveblue@us.ibm.com >
Signed-off-by: Jouni Malinen <jkmaline@cc.hut.fi >
Signed-off-by: Jeff Garzik <jgarzik@pobox.com >
2005-07-30 18:17:22 -04:00
..
2005-07-11 21:13:56 -07:00
2005-05-05 16:36:47 -07:00
2005-06-29 18:10:54 +01:00
2005-06-26 17:54:11 -04:00
2005-04-16 15:20:36 -07:00
2005-07-28 08:39:02 -07:00
2005-04-16 15:20:36 -07:00
2005-07-08 14:57:23 -07:00
2005-05-15 22:44:26 -04:00
2005-06-25 17:10:13 -07:00
2005-06-26 17:11:03 -04:00
2005-07-28 08:39:00 -07:00
2005-06-26 18:22:14 -04:00
2005-06-27 00:19:53 -04:00
2005-06-26 23:48:38 -04:00
2005-06-28 15:25:31 -07:00
2005-07-15 09:59:26 -07:00
2005-07-30 18:17:22 -04:00
2005-06-28 15:25:31 -07:00
2005-04-16 15:20:36 -07:00
2005-04-16 15:20:36 -07:00
2005-05-12 20:11:55 -04:00
2005-04-16 15:20:36 -07:00
2005-07-27 16:26:20 -07:00
2005-04-16 15:20:36 -07:00
2005-04-16 15:20:36 -07:00
2005-06-26 18:33:33 -04:00
2005-06-28 15:25:31 -07:00
2005-06-27 00:41:51 -04:00
2005-04-16 15:20:36 -07:00
2005-04-16 15:20:36 -07:00
2005-04-16 15:20:36 -07:00
2005-04-16 15:20:36 -07:00
2005-04-16 15:20:36 -07:00
2005-06-28 15:25:31 -07:00
2005-07-27 16:26:08 -07:00
2005-06-21 19:07:31 -07:00
2005-04-16 15:20:36 -07:00
2005-06-28 15:25:31 -07:00
2005-04-16 15:20:36 -07:00
2005-04-16 15:20:36 -07:00
2005-05-12 20:11:55 -04:00
2005-04-16 15:20:36 -07:00
2005-06-26 18:22:14 -04:00
2005-04-16 15:20:36 -07:00
2005-07-27 16:26:08 -07:00
2005-04-16 15:20:36 -07:00
2005-04-16 15:20:36 -07:00
2005-04-16 15:20:36 -07:00
2005-04-16 15:20:36 -07:00
2005-06-27 23:23:05 -04:00
2005-04-16 15:20:36 -07:00
2005-04-16 15:20:36 -07:00
2005-04-16 15:20:36 -07:00
2005-04-16 15:20:36 -07:00
2005-04-16 15:20:36 -07:00
2005-05-12 19:45:25 -04:00
2005-04-16 15:20:36 -07:00
2005-07-12 17:21:56 -04:00
2005-04-16 15:20:36 -07:00
2005-07-06 12:55:20 -07:00
2005-04-16 15:20:36 -07:00
2005-05-26 13:03:09 -07:00
2005-05-26 13:03:09 -07:00
2005-05-26 13:03:09 -07:00
2005-04-16 15:20:36 -07:00
2005-07-28 08:39:02 -07:00
2005-06-27 00:21:03 -04:00
2005-04-16 15:20:36 -07:00
2005-04-16 15:20:36 -07:00
2005-04-16 15:20:36 -07:00
2005-04-16 15:20:36 -07:00
2005-04-16 15:20:36 -07:00
2005-06-26 18:37:25 -04:00
2005-04-16 15:20:36 -07:00
2005-04-16 15:20:36 -07:00
2005-04-16 15:20:36 -07:00
2005-04-16 15:20:36 -07:00
2005-04-16 15:20:36 -07:00
2005-04-16 15:20:36 -07:00
2005-04-16 15:20:36 -07:00
2005-04-16 15:20:36 -07:00
2005-04-16 15:20:36 -07:00
2005-04-16 15:20:36 -07:00
2005-04-16 15:20:36 -07:00
2005-04-16 15:20:36 -07:00
2005-06-28 15:25:31 -07:00
2005-04-16 15:20:36 -07:00
2005-06-26 18:37:26 -04:00
2005-05-15 18:31:07 -04:00
2005-04-16 15:20:36 -07:00
2005-06-27 22:07:56 -07:00
2005-05-12 20:11:55 -04:00
2005-06-28 15:25:31 -07:00
2005-05-12 20:11:55 -04:00
2005-05-12 20:11:55 -04:00
2005-04-16 15:20:36 -07:00
2005-06-28 15:25:31 -07:00
2005-07-21 14:16:54 -07:00
2005-05-12 20:11:55 -04:00
2005-05-12 20:11:55 -04:00
2005-06-26 18:29:26 -04:00
2005-04-16 15:20:36 -07:00
2005-06-28 15:25:31 -07:00
2005-04-16 15:20:36 -07:00
2005-04-16 15:20:36 -07:00
2005-06-27 00:08:29 -04:00
2005-06-27 00:40:33 -04:00
2005-06-26 17:58:51 -04:00
2005-04-16 15:20:36 -07:00
2005-06-27 00:40:33 -04:00
2005-06-27 00:40:33 -04:00
2005-04-16 15:20:36 -07:00
2005-04-16 15:20:36 -07:00
2005-05-01 08:59:09 -07:00
2005-06-28 15:25:31 -07:00
2005-06-26 18:22:14 -04:00
2005-04-16 15:20:36 -07:00
2005-05-12 20:11:55 -04:00
2005-05-12 20:11:55 -04:00
2005-04-16 15:20:36 -07:00
2005-04-16 15:20:36 -07:00
2005-04-16 15:20:36 -07:00
2005-04-16 15:20:36 -07:00
2005-04-16 15:20:36 -07:00
2005-04-16 15:20:36 -07:00
2005-04-16 15:20:36 -07:00
2005-04-16 15:20:36 -07:00
2005-04-16 15:20:36 -07:00
2005-05-12 20:11:55 -04:00
2005-06-09 15:39:52 -07:00
2005-04-16 15:20:36 -07:00
2005-04-16 15:20:36 -07:00
2005-07-27 15:24:42 -07:00
2005-06-28 15:25:31 -07:00
2005-06-28 15:25:31 -07:00
2005-04-16 15:20:36 -07:00
2005-05-12 20:11:55 -04:00
2005-05-05 16:36:49 -07:00
2005-04-16 15:20:36 -07:00
2005-04-16 15:20:36 -07:00
2005-04-16 15:20:36 -07:00
2005-07-06 12:55:20 -07:00
2005-04-16 15:20:36 -07:00
2005-04-16 15:20:36 -07:00
2005-04-16 15:20:36 -07:00
2005-06-04 17:54:39 -04:00
2005-04-16 15:20:36 -07:00
2005-04-16 15:20:36 -07:00
2005-04-16 15:20:36 -07:00
2005-04-25 07:55:58 -07:00
2005-04-16 15:20:36 -07:00
2005-04-16 15:20:36 -07:00
2005-05-12 22:22:36 -04:00
2005-07-12 12:08:43 -07:00
2005-04-16 15:20:36 -07:00
2005-06-28 15:25:31 -07:00
2005-05-12 20:11:55 -04:00
2005-07-11 23:23:46 -04:00
2005-04-16 15:20:36 -07:00
2005-05-12 20:11:55 -04:00
2005-07-27 16:26:08 -07:00
2005-04-16 15:20:36 -07:00
2005-04-16 15:20:36 -07:00
2005-04-16 15:20:36 -07:00
2005-04-16 15:20:36 -07:00
2005-04-16 15:20:36 -07:00
2005-04-16 15:20:36 -07:00
2005-04-16 15:20:36 -07:00
2005-06-28 15:25:31 -07:00
2005-04-16 15:20:36 -07:00
2005-04-16 15:25:25 -07:00
2005-06-28 15:25:31 -07:00
2005-07-27 16:26:20 -07:00
2005-07-08 14:57:23 -07:00
2005-05-03 14:38:09 -07:00
2005-07-08 14:57:23 -07:00
2005-07-08 14:57:23 -07:00
2005-04-16 15:20:36 -07:00
2005-04-16 15:20:36 -07:00
2005-06-28 15:25:31 -07:00
2005-04-16 15:20:36 -07:00
2005-04-16 15:20:36 -07:00
2005-04-16 15:20:36 -07:00
2005-06-28 15:25:31 -07:00
2005-04-16 15:20:36 -07:00
2005-04-16 15:20:36 -07:00
2005-04-16 15:20:36 -07:00
2005-06-26 23:47:57 -04:00
2005-06-28 15:25:31 -07:00
2005-04-16 15:20:36 -07:00
2005-04-16 15:20:36 -07:00
2005-04-16 15:20:36 -07:00
2005-04-16 15:20:36 -07:00
2005-07-05 15:03:46 -07:00
2005-06-28 15:25:31 -07:00
2005-04-16 15:20:36 -07:00
2005-04-16 15:20:36 -07:00
2005-04-16 15:20:36 -07:00
2005-07-07 18:23:43 -07:00
2005-07-05 14:24:35 -07:00
2005-04-16 15:20:36 -07:00
2005-06-28 16:27:32 -07:00
2005-04-16 15:20:36 -07:00
2005-06-27 23:08:09 -04:00
2005-06-27 23:08:09 -04:00
2005-04-16 15:20:36 -07:00
2005-04-16 15:20:36 -07:00
2005-05-12 22:24:39 -04:00
2005-04-16 15:20:36 -07:00
2005-05-12 20:11:55 -04:00
2005-04-16 15:20:36 -07:00
2005-04-16 15:20:36 -07:00
2005-05-12 22:27:35 -04:00
2005-05-12 20:16:24 -04:00
2005-04-16 15:20:36 -07:00
2005-06-28 15:25:31 -07:00
2005-04-16 15:20:36 -07:00
2005-04-16 15:20:36 -07:00
2005-04-16 15:20:36 -07:00
2005-04-16 15:20:36 -07:00
2005-04-24 20:35:20 -07:00
2005-04-16 15:20:36 -07:00
2005-06-28 15:25:31 -07:00
2005-07-07 18:23:36 -07:00
2005-07-07 18:23:36 -07:00
2005-07-07 18:23:36 -07:00
2005-04-16 15:20:36 -07:00
2005-04-24 20:35:20 -07:00
2005-04-16 15:20:36 -07:00
2005-04-24 20:35:20 -07:00
2005-04-24 20:35:20 -07:00
2005-04-16 15:20:36 -07:00
2005-04-16 15:20:36 -07:00
2005-07-25 12:45:32 -07:00
2005-07-25 12:33:22 -07:00
2005-06-26 18:22:14 -04:00
2005-04-16 15:20:36 -07:00
2005-07-08 14:57:23 -07:00
2005-04-16 15:20:36 -07:00
2005-07-07 18:23:43 -07:00
2005-04-16 15:20:36 -07:00
2005-06-28 21:24:32 -07:00
2005-06-28 15:25:31 -07:00
2005-07-27 16:26:20 -07:00
2005-05-12 20:11:55 -04:00
2005-06-28 15:25:31 -07:00
2005-04-16 15:20:36 -07:00
2005-04-16 15:20:36 -07:00