freewtp/src/wtp/wtp_dfa_reset.c

14 lines
243 B
C
Raw Normal View History

2013-05-01 14:52:55 +02:00
#include "wtp.h"
#include "capwap_dfa.h"
#include "wtp_dfa.h"
/* */
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
}