Improved the management of authentication and association of the stations

This commit is contained in:
vemax78
2014-01-21 19:54:59 +01:00
parent 42293aad04
commit 0790fb511a
10 changed files with 975 additions and 268 deletions

View File

@ -3,6 +3,7 @@
#include "capwap_array.h"
#include "capwap_dfa.h"
#include "capwap_dtls.h"
#include "wtp_radio.h"
#include <signal.h>
@ -221,6 +222,9 @@ int wtp_dfa_running(void) {
g_wtp.fdstotalcount = g_wtp.fdsnetworkcount;
ASSERT(g_wtp.fdstotalcount > 0);
/* Update Event File Descriptor */
wtp_radio_update_fdevent();
/* Handler signal */
g_wtp.running = 1;
signal(SIGPIPE, SIG_IGN);