Re: [PATCH] Current auth mode should be set as real auth type when authentication is in progress. Wpa has property "State" which indicating the authentication stage already. I think set auth mode as "INACTIVE" in all auth progress seems not good idea, because sometimes we need to handle this connection according to auth type even authentication is not complete. For exsample, NetworkManager may recall ask-password-dialog when auth mode is "wpa-psk" and "sae", try next access point when auth mode is "EAP-xx" when password is incorrect. Since "CurrentAuthMode" is set as "INACTIVE" in all situation, we do not know how to handle it.

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



On 11/03/2022 08:02, ArisAachen wrote:
> Signed-off-by: Aris Aachen <chenyunxiong@xxxxxxxxxxxxxx>
> Signed-off-by: ArisAachen <chenyunxiong@xxxxxxxxxxxxx>
> ---
>  wpa_supplicant/dbus/dbus_new_handlers.c | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/wpa_supplicant/dbus/dbus_new_handlers.c b/wpa_supplicant/dbus/dbus_new_handlers.c
> index 959a68b4c..1c9ded09a 100644
> --- a/wpa_supplicant/dbus/dbus_new_handlers.c
> +++ b/wpa_supplicant/dbus/dbus_new_handlers.c
> @@ -3951,7 +3951,7 @@ dbus_bool_t wpas_dbus_getter_current_auth_mode(
>  	const char *auth_mode;
>  	char eap_mode_buf[WPAS_DBUS_AUTH_MODE_MAX];
>  
> -	if (wpa_s->wpa_state != WPA_COMPLETED) {
> +	if (wpa_s->wpa_state <= WPA_SCANNING) {
>  		auth_mode = "INACTIVE";
>  	} else if (wpa_s->key_mgmt == WPA_KEY_MGMT_IEEE8021X ||
>  	    wpa_s->key_mgmt == WPA_KEY_MGMT_IEEE8021X_NO_WPA) {

Could I suggest breaking up the commit message across multiple lines
rather than putting it all in the subject?

_______________________________________________
Hostap mailing list
Hostap@xxxxxxxxxxxxxxxxxxx
http://lists.infradead.org/mailman/listinfo/hostap



[Index of Archives]     [Linux Wireless]     [Linux Kernel]     [ATH6KL]     [Linux Bluetooth]     [Linux Netdev]     [Kernel Newbies]     [IDE]     [Security]     [Git]     [Netfilter]     [Bugtraq]     [Yosemite News]     [MIPS Linux]     [ARM Linux]     [Linux Security]     [Linux RAID]     [Linux ATA RAID]     [Samba]     [Device Mapper]

  Powered by Linux