Add also 80211 message element
This commit is contained in:
19
src/common/capwap_element_80211_ie.h
Normal file
19
src/common/capwap_element_80211_ie.h
Normal file
@ -0,0 +1,19 @@
|
||||
#ifndef __CAPWAP_ELEMENT_80211_IE_HEADER__
|
||||
#define __CAPWAP_ELEMENT_80211_IE_HEADER__
|
||||
|
||||
#define CAPWAP_ELEMENT_80211_IE 1029
|
||||
|
||||
#define CAPWAP_IE_BEACONS_ASSOCIATED 0x80
|
||||
#define CAPWAP_IE_PROBE_RESPONSE_ASSOCIATED 0x40
|
||||
|
||||
struct capwap_80211_ie_element {
|
||||
uint8_t radioid;
|
||||
uint8_t wlanid;
|
||||
uint8_t flags;
|
||||
uint16_t ielength;
|
||||
uint8_t* ie;
|
||||
};
|
||||
|
||||
extern struct capwap_message_elements_ops capwap_element_80211_ie_ops;
|
||||
|
||||
#endif /* __CAPWAP_ELEMENT_80211_IE_HEADER__ */
|
Reference in New Issue
Block a user