Started implementing the packet management of IEEE802.11 by AC side.
Made it clear some constants.
This commit is contained in:
@ -3,12 +3,10 @@
|
||||
|
||||
#define CAPWAP_ELEMENT_80211_ASSIGN_BSSID 1026
|
||||
|
||||
#define CAPWAP_ASSIGN_BSSID_LENGTH 6
|
||||
|
||||
struct capwap_80211_assignbssid_element {
|
||||
uint8_t radioid;
|
||||
uint8_t wlanid;
|
||||
uint8_t bssid[CAPWAP_ASSIGN_BSSID_LENGTH];
|
||||
uint8_t bssid[MACADDRESS_EUI48_LENGTH];
|
||||
};
|
||||
|
||||
extern struct capwap_message_elements_ops capwap_element_80211_assignbssid_ops;
|
||||
|
Reference in New Issue
Block a user