WPS: Comment out WEP configuration lines on reconfig
This commit is contained in:
parent
b029bd33c4
commit
8dcb61ce5d
1 changed files with 2 additions and 0 deletions
|
@ -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=") ||
|
||||
|
|
Loading…
Reference in a new issue