2013-06-02 22:21:49 +02:00
|
|
|
#ifndef __CAPWAP_ELEMENT_DECRYPT_ERROR_REPORT__HEADER__
|
|
|
|
#define __CAPWAP_ELEMENT_DECRYPT_ERROR_REPORT__HEADER__
|
|
|
|
|
2016-03-08 10:21:51 +01:00
|
|
|
#define CAPWAP_ELEMENT_DECRYPTERRORREPORT_VENDOR 0
|
|
|
|
#define CAPWAP_ELEMENT_DECRYPTERRORREPORT_TYPE 15
|
|
|
|
#define CAPWAP_ELEMENT_DECRYPTERRORREPORT (struct capwap_message_element_id){ .vendor = CAPWAP_ELEMENT_DECRYPTERRORREPORT_VENDOR, .type = CAPWAP_ELEMENT_DECRYPTERRORREPORT_TYPE }
|
|
|
|
|
2013-06-02 22:21:49 +02:00
|
|
|
|
|
|
|
struct capwap_decrypterrorreport_element {
|
|
|
|
uint8_t radioid;
|
|
|
|
uint8_t entry;
|
|
|
|
uint8_t length;
|
|
|
|
uint8_t* address;
|
|
|
|
};
|
|
|
|
|
2016-03-07 18:07:46 +01:00
|
|
|
extern const struct capwap_message_elements_ops capwap_element_decrypterrorreport_ops;
|
2013-06-02 22:21:49 +02:00
|
|
|
|
|
|
|
#endif /* __CAPWAP_ELEMENT_DECRYPT_ERROR_REPORT__HEADER__ */
|