reset WTP state when going into DTLS TD

This commit is contained in:
Andreas Schultz
2016-03-26 21:08:25 +01:00
parent 7eddb74767
commit a3c2e52d3c
4 changed files with 21 additions and 5 deletions

View File

@ -70,4 +70,6 @@ void wtp_ieee80211_packet(uint8_t radioid, const struct ieee80211_header* header
void wtp_recv_data_keepalive(void);
void wtp_recv_data(uint8_t* buffer, int length);
void wtp_reset_state(void);
#endif /* __WTP_DFA_HEADER__ */