Add support for detecting Cisco APs.

Submitted by:	arved
This commit is contained in:
Sean Chittenden 2003-07-21 21:01:07 +00:00
parent 4276ab7cd0
commit 8254b27a71
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=85321
2 changed files with 24 additions and 0 deletions

View file

@ -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" }, \

View file

@ -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" }, \