Fix wifi messages
This commit is contained in:
@ -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;
|
||||
|
Reference in New Issue
Block a user