mirror of
https://github.com/Telecominfraproject/wlan-ap.git
synced 2025-10-30 01:52:51 +00:00
19 lines
548 B
Diff
19 lines
548 B
Diff
--- a/src/ap/drv_callbacks.c
|
|
+++ b/src/ap/drv_callbacks.c
|
|
@@ -31,6 +31,7 @@
|
|
#include "tkip_countermeasures.h"
|
|
#include "ieee802_1x.h"
|
|
#include "wpa_auth.h"
|
|
+#include "wpa_auth_glue.h"
|
|
#include "wps_hostapd.h"
|
|
#include "ap_drv_ops.h"
|
|
#include "ap_config.h"
|
|
@@ -2030,6 +2031,7 @@ void hostapd_wpa_event(void *ctx, enum w
|
|
* Try to re-enable interface if the driver stopped it
|
|
* when the interface got disabled.
|
|
*/
|
|
+ hostapd_reconfig_wpa(hapd);
|
|
if (hapd->wpa_auth)
|
|
wpa_auth_reconfig_group_keys(hapd->wpa_auth);
|
|
else
|