Skip to content

wifi: always require PMF when using WPA-EAP-SUITE-B-192

Antonio Cardace requested to merge ac/wpa3_pmf_fix into master

The default value is `optional' so the current check in place is actually wrong and blocks NM from connecting to WPA3 networks.

Overall the check is not that useful as WPA3 Enterprise always requires PMF to be 'required' so let's always force it instead.

Signed-off-by: Antonio Cardace acardace@redhat.com Fixes: d6e0bb6d7452 ('wifi: always require PMF when using WPA-EAP-SUITE-B-192')

Merge request reports