Rejects the join with the same identifier of the WTP

This commit is contained in:
vemax78
2013-06-18 22:38:56 +02:00
parent 99b6373cd7
commit 75dcf51496
7 changed files with 135 additions and 13 deletions

View File

@ -26,4 +26,7 @@ struct capwap_wtpboarddata_board_subelement {
extern struct capwap_message_elements_ops capwap_element_wtpboarddata_ops;
/* Helper function */
struct capwap_wtpboarddata_board_subelement* capwap_wtpboarddata_get_subelement(struct capwap_wtpboarddata_element* wtpboarddata, int subelement);
#endif /* __CAPWAP_ELEMENT_WTPBOARDDATA_HEADER__ */