Improved the management of authentication and association of the stations
This commit is contained in:
@ -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);
|
||||
|
Reference in New Issue
Block a user