Moved some definitions from capwap.h to here.

FossilOrigin-Name: 0bb5772eb7c4ced7cbe988d2cf779d6743265b0fa987029a64cabdd01a477115
This commit is contained in:
7u83@mail.ru 2014-07-27 14:12:49 +00:00
parent c2ecca5952
commit 337b4e52f5
1 changed files with 9 additions and 0 deletions

View File

@ -27,3 +27,12 @@
#define CWMSGELEM_IEEE80211_WTP_RADIO_INFO 1048
#define CW_IEEE80211_RADIO_TYPE_B (1<<24)
#define CW_IEEE80211_RADIO_TYPE_A (2<<24)
#define CW_IEEE80211_RADIO_TYPE_G (4<<24)
#define CW_IEEE80211_RADIO_TYPE_N (8<<24)