Comment # 9 on bug 1192970 from
> 1638268502.092199: nl80211: kernel reports: key setting validation failed
> 1638268502.092251: nl80211: set_key failed; err=-22 Invalid argument)
> 1638268502.092279: wlan0: WPA: Failed to configure IGTK to the driver
> 1638268502.092304: wlan0: RSN: Failed to configure IGTK

> NetworkManager[5489]: <info>  [1638179804.7540] Config: added 'ieee80211w' value '2'

It seems that your wireless card doesn't support PMF. And NetworkManager set it
to required somehow.

You can check whether it has the support by checking if at least CMAC or GMAC
is available in the output of:
> iw phy0 info | grep -A9 'Supported Ciphers'

Can you try whether this can work around the issue?

> nmcli connection modify <connection> wifi-sec.pmf disable


You are receiving this mail because: