[wtp] prepare message elements for vendor element handling
convert message element type into a struct{ vendor, type }. Vendor will be 0 for all RFC types.
This commit is contained in:
@ -1,7 +1,10 @@
|
||||
#ifndef __CAPWAP_ELEMENT_80211_RSNA_ERROR_REPORT_HEADER__
|
||||
#define __CAPWAP_ELEMENT_80211_RSNA_ERROR_REPORT_HEADER__
|
||||
|
||||
#define CAPWAP_ELEMENT_80211_RSNA_ERROR_REPORT 1035
|
||||
#define CAPWAP_ELEMENT_80211_RSNA_ERROR_REPORT_VENDOR 0
|
||||
#define CAPWAP_ELEMENT_80211_RSNA_ERROR_REPORT_TYPE 1035
|
||||
#define CAPWAP_ELEMENT_80211_RSNA_ERROR_REPORT (struct capwap_message_element_id){ .vendor = CAPWAP_ELEMENT_80211_RSNA_ERROR_REPORT_VENDOR, .type = CAPWAP_ELEMENT_80211_RSNA_ERROR_REPORT_TYPE }
|
||||
|
||||
|
||||
struct capwap_80211_rsnaerrorreport_element {
|
||||
uint8_t client[MACADDRESS_EUI48_LENGTH];
|
||||
|
Reference in New Issue
Block a user