[PATCH v2 10/14] PASN: Add support for comeback flow to the wpa_supplicant

Jouni Malinen j at w1.fi
Mon Jan 25 18:01:05 EST 2021


On Wed, Dec 16, 2020 at 01:01:01PM +0200, Ilan Peer wrote:
> diff --git a/wpa_supplicant/ctrl_iface.c b/wpa_supplicant/ctrl_iface.c
> @@ -10506,6 +10508,21 @@ static int wpas_ctrl_iface_pasn_start(struct wpa_supplicant *wpa_s, char *cmd)
> +		} else if (os_strncmp(token, "comeback=", 9) == 0) {
> +			comeback_len = os_strlen(token + 9);
..

Could you please clarify why this changes the control interface command
instead of handling the comeback retry automatically within
wpa_supplicant?

-- 
Jouni Malinen                                            PGP id EFC895FA



More information about the Hostap mailing list