freewtp/lib/element_80211_rsnaerrorrepo...

25 lines
915 B
C
Raw Normal View History

2013-05-30 22:32:08 +02:00
#ifndef __CAPWAP_ELEMENT_80211_RSNA_ERROR_REPORT_HEADER__
#define __CAPWAP_ELEMENT_80211_RSNA_ERROR_REPORT_HEADER__
#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 }
2013-05-30 22:32:08 +02:00
struct capwap_80211_rsnaerrorreport_element {
uint8_t client[MACADDRESS_EUI48_LENGTH];
uint8_t bssid[MACADDRESS_EUI48_LENGTH];
2013-05-30 22:32:08 +02:00
uint8_t radioid;
uint8_t wlanid;
uint32_t tkipicverrors;
uint32_t tkiplocalmicfailure;
uint32_t tkipremotemicfailure;
uint32_t ccmpreplays;
uint32_t ccmpdecrypterrors;
uint32_t tkipreplays;
};
2016-03-07 18:07:46 +01:00
extern const struct capwap_message_elements_ops capwap_element_80211_rsnaerrorreport_ops;
2013-05-30 22:32:08 +02:00
#endif /* __CAPWAP_ELEMENT_80211_RSNA_ERROR_REPORT_HEADER__ */