wpa_supplicant: Add WPS registrar support for softAP mode

This commit is contained in:
Kapil Gupta
2022-05-13 13:32:24 +05:30
parent df1a15e918
commit a6811adac7
37 changed files with 1812 additions and 1740 deletions

View File

@@ -123,7 +123,7 @@ static void eap_identity_process(struct eap_sm *sm, void *priv,
buf = os_malloc(len * 4 + 1);
if (buf) {
printf_encode(buf, len * 4 + 1, pos, len);
eap_log_msg(sm, "EAP-Response/Identity '%s'", buf);
wpa_printf(MSG_DEBUG, "EAP-Response/Identity '%s'", buf);
os_free(buf);
}
if (sm->identity)