Remove unused hostapd reconfig code
[libeap.git] / hostapd / ieee802_1x.c
index 5a0f407..a5bc0e3 100644 (file)
@@ -1703,15 +1703,6 @@ void ieee802_1x_deinit(struct hostapd_data *hapd)
 }
 
 
-int ieee802_1x_reconfig(struct hostapd_data *hapd, 
-                       struct hostapd_config *oldconf,
-                       struct hostapd_bss_config *oldbss)
-{
-       ieee802_1x_deinit(hapd);
-       return ieee802_1x_init(hapd);
-}
-
-
 int ieee802_1x_tx_status(struct hostapd_data *hapd, struct sta_info *sta,
                         const u8 *buf, size_t len, int ack)
 {