diff options
author | seanc <seanc@FreeBSD.org> | 2003-07-22 05:01:07 +0800 |
---|---|---|
committer | seanc <seanc@FreeBSD.org> | 2003-07-22 05:01:07 +0800 |
commit | ed123f56e882022ba7ae7cf0d8290f6e31bfb305 (patch) | |
tree | 95faa7896b95f901b8ec073259ca571da7b7d848 /net-mgmt/bsd-airtools | |
parent | f5b8483bc5042e0c190edebbbf1c08fac49bbd24 (diff) | |
download | freebsd-ports-gnome-ed123f56e882022ba7ae7cf0d8290f6e31bfb305.tar.gz freebsd-ports-gnome-ed123f56e882022ba7ae7cf0d8290f6e31bfb305.tar.zst freebsd-ports-gnome-ed123f56e882022ba7ae7cf0d8290f6e31bfb305.zip |
Add support for detecting Cisco APs.
Submitted by: arved
Diffstat (limited to 'net-mgmt/bsd-airtools')
-rw-r--r-- | net-mgmt/bsd-airtools/files/patch-dstumbler::config.h | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/net-mgmt/bsd-airtools/files/patch-dstumbler::config.h b/net-mgmt/bsd-airtools/files/patch-dstumbler::config.h new file mode 100644 index 000000000000..bb0c12ef7408 --- /dev/null +++ b/net-mgmt/bsd-airtools/files/patch-dstumbler::config.h @@ -0,0 +1,12 @@ +--- dstumbler/config.h.orig Tue Feb 26 03:01:31 2002 ++++ dstumbler/config.h Mon Jul 21 13:58:00 2003 +@@ -134,7 +134,9 @@ + { { 0x00, 0x04, 0x5a }, "Linksys" }, \ + { { 0x00, 0x04, 0x76 }, "3Com" }, \ + { { 0x00, 0x05, 0x5d }, "D-Link" }, \ ++ { { 0x00, 0x07, 0x55 }, "Cisco Aironet" }, \ + { { 0x00, 0x10, 0xe7 }, "BreezeNet" }, \ ++ { { 0x00, 0x0b, 0x5f }, "Cisco Aironet" }, \ + { { 0x00, 0x20, 0xd8 }, "NetWave-Bay" }, \ + { { 0x00, 0x30, 0x65 }, "Apple" }, \ + { { 0x00, 0x30, 0xab }, "Delta Networks" }, \ |