Fix wifi messages

This commit is contained in:
vemax78
2013-07-27 22:46:17 +02:00
parent 47b86f2ea9
commit 73c3354e50
9 changed files with 4104 additions and 112 deletions

View File

@ -3,10 +3,11 @@
#define CAPWAP_ELEMENT_80211_WTPRADIOINFORMATION 1048
#define CAPWAP_RADIO_TYPE_80211B 0x01
#define CAPWAP_RADIO_TYPE_80211A 0x02
#define CAPWAP_RADIO_TYPE_80211G 0x04
#define CAPWAP_RADIO_TYPE_80211N 0x08
#define CAPWAP_RADIO_TYPE_80211B 0x00000001
#define CAPWAP_RADIO_TYPE_80211A 0x00000002
#define CAPWAP_RADIO_TYPE_80211G 0x00000004
#define CAPWAP_RADIO_TYPE_80211N 0x00000008
#define CAPWAP_RADIO_TYPE_MASK 0x0000000f
struct capwap_80211_wtpradioinformation_element {
uint8_t radioid;