freewtp/src/wtp/wtp_dfa_reset.c

14 lines
243 B
C

#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 */
}