Detect method now checks WBID.

FossilOrigin-Name: 0897b9a86e6e40ea04acc14fcfb41d020be1cc4c06683d73123be821cdee47cc
This commit is contained in:
7u83@mail.ru
2016-03-09 08:36:29 +00:00
parent e1b684a7da
commit 298aa59372
2 changed files with 9 additions and 5 deletions

View File

@ -97,10 +97,10 @@
/* wireless binding ids */
#define CWTH_WBID_RESERVED1 0
#define CWTH_WBID_IEEE80211 1
#define CWTH_WBID_RESERVED2 2
#define CWTH_WBID_EPCGLOBAL 3
#define CW_WBID_RESERVED1 0
#define CW_WBID_IEEE80211 1
#define CW_WBID_RESERVED2 2
#define CW_WBID_EPCGLOBAL 3
#define CAPWAP_PACKET_PREAMBLE (CAPWAP_VERSION<<4)