[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_ADD_WLAN_HEADER__
|
||||
#define __CAPWAP_ELEMENT_80211_ADD_WLAN_HEADER__
|
||||
|
||||
#define CAPWAP_ELEMENT_80211_ADD_WLAN 1024
|
||||
#define CAPWAP_ELEMENT_80211_ADD_WLAN_VENDOR 0
|
||||
#define CAPWAP_ELEMENT_80211_ADD_WLAN_TYPE 1024
|
||||
#define CAPWAP_ELEMENT_80211_ADD_WLAN (struct capwap_message_element_id){ .vendor = CAPWAP_ELEMENT_80211_ADD_WLAN_VENDOR, .type = CAPWAP_ELEMENT_80211_ADD_WLAN_TYPE }
|
||||
|
||||
|
||||
#define CAPWAP_ADD_WLAN_GROUPTSC_LENGTH 6
|
||||
#define CAPWAP_ADD_WLAN_SSID_LENGTH 32
|
||||
|
Reference in New Issue
Block a user