From: Jouni Malinen Date: Thu, 4 Nov 2010 15:02:16 +0000 (+0200) Subject: WPS: Comment out WEP configuration lines on reconfig X-Git-Tag: hostap-1-bp~905 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8dcb61ce5de69bbad9896a9982e1f8ed95351d6a;p=thirdparty%2Fhostap.git WPS: Comment out WEP configuration lines on reconfig --- diff --git a/src/ap/wps_hostapd.c b/src/ap/wps_hostapd.c index ba02757df..2f19647fa 100644 --- a/src/ap/wps_hostapd.c +++ b/src/ap/wps_hostapd.c @@ -426,6 +426,8 @@ static int hapd_wps_cred_cb(struct hostapd_data *hapd, void *ctx) if (!multi_bss && (str_starts(buf, "ssid=") || str_starts(buf, "auth_algs=") || + str_starts(buf, "wep_default_key=") || + str_starts(buf, "wep_key") || str_starts(buf, "wps_state=") || str_starts(buf, "wpa=") || str_starts(buf, "wpa_psk=") ||