mirror of
https://git.kernel.org/pub/scm/network/wireless/iwd.git
synced 2025-02-18 00:30:47 +01:00
eap: clarify warning message
This commit is contained in:
parent
bb5997c4ea
commit
18aa744099
@ -255,7 +255,7 @@ void __eap_handle_request(struct eap_state *eap, uint16_t id,
|
|||||||
switch (type) {
|
switch (type) {
|
||||||
case EAP_TYPE_IDENTITY:
|
case EAP_TYPE_IDENTITY:
|
||||||
if (len >= 2)
|
if (len >= 2)
|
||||||
l_warn("EAP identity prompt: \"%.*s\"",
|
l_debug("Optional EAP server identity prompt: \"%.*s\"",
|
||||||
(int) len - 1, pkt + 1);
|
(int) len - 1, pkt + 1);
|
||||||
|
|
||||||
eap_send_identity_response(eap, eap->identity);
|
eap_send_identity_response(eap, eap->identity);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user