]> git.ipfire.org Git - thirdparty/hostap.git/blobdiff - src/ap/sta_info.h
FT: Remove and re-add STA entry after FT protocol success with PMF
[thirdparty/hostap.git] / src / ap / sta_info.h
index 8ff6ac62fef3f7658b4cca4a53150c3442c84636..308aa29d992cc1d9e2a672ec5251ca7670d9ee46 100644 (file)
@@ -358,5 +358,6 @@ void ap_sta_delayed_1x_auth_fail_disconnect(struct hostapd_data *hapd,
                                            struct sta_info *sta);
 int ap_sta_pending_delayed_1x_auth_fail_disconnect(struct hostapd_data *hapd,
                                                   struct sta_info *sta);
+int ap_sta_re_add(struct hostapd_data *hapd, struct sta_info *sta);
 
 #endif /* STA_INFO_H */