wpa_supplicant AP: More thorough AP mode deinit

This commit is contained in:
Jouni Malinen 2010-04-11 20:03:39 +03:00 committed by Jouni Malinen
parent 508545f3a9
commit 7a649c7dda

View File

@ -258,9 +258,11 @@ void wpa_supplicant_ap_deinit(struct wpa_supplicant *wpa_s)
if (wpa_s->ap_iface == NULL)
return;
wpa_s->current_ssid = NULL;
hostapd_interface_deinit(wpa_s->ap_iface);
hostapd_interface_free(wpa_s->ap_iface);
wpa_s->ap_iface = NULL;
wpa_drv_deinit_ap(wpa_s);
}