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

@ -115,4 +115,8 @@ int ac_execute(void);
int ac_valid_binding(unsigned short binding);
void ac_update_statistics(void);
int ac_has_sessionid(struct capwap_sessionid_element* sessionid);
int ac_has_wtpid(unsigned char* id, unsigned short length);
#endif /* __CAPWAP_AC_HEADER__ */