[PATCH] hostapd: add logging around michael-mic related failures.

michael-dev at fami-braun.de michael-dev at fami-braun.de
Thu Dec 7 08:52:28 PST 2017



Am 6. Dezember 2017 19:48:35 MEZ schrieb greearb at candelatech.com:
>@@ -1861,6 +1867,8 @@ static void handle_auth(struct hostapd_data
>*hapd,
> 		hapd, sta, res, session_timeout, acct_interim_interval,
> 		&vlan_id, &psk, &identity, &radius_cui);
> 	if (res) {
>+		wpa_printf(MSG_DEBUG,
>+			   "ieee802_11_set_radios_info failed");
> 		resp = WLAN_STATUS_UNSPECIFIED_FAILURE;
> 		goto fail;
> 	}

This intended to read ieee802_11_set_radius_info, right?
(radius instead of radios)

Regards,
M. Braun



More information about the Hostap mailing list