freewtp/src/common/capwap_element_decrypterrorreport.h

16 lines
428 B
C
Raw Normal View History

2013-06-02 22:21:49 +02:00
#ifndef __CAPWAP_ELEMENT_DECRYPT_ERROR_REPORT__HEADER__
#define __CAPWAP_ELEMENT_DECRYPT_ERROR_REPORT__HEADER__
#define CAPWAP_ELEMENT_DECRYPTERRORREPORT 15
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__ */