freewtp/src/dfa_reset.c

14 lines
239 B
C
Raw Normal View History

2013-05-01 14:52:55 +02:00
#include "wtp.h"
#include "capwap_dfa.h"
2016-08-22 16:59:55 +02:00
#include "dfa.h"
2013-05-01 14:52:55 +02:00
/* */
void wtp_dfa_state_reset_enter(void)
{
/* Teardown connection and close application */
g_wtp.running = 0;
wtp_teardown_connection();
/* TODO schedule reboot device */
2013-05-01 14:52:55 +02:00
}