mirror of
https://git.kernel.org/pub/scm/network/wireless/iwd.git
synced 2025-01-03 10:32:33 +01:00
netdev: force SAE group 19 if BSS requires
This commit is contained in:
parent
6680a771e8
commit
4b38c92f26
@ -3485,6 +3485,9 @@ static void netdev_connect_common(struct netdev *netdev,
|
||||
}
|
||||
}
|
||||
|
||||
if (bss->force_default_sae_group)
|
||||
sae_sm_set_force_group_19(netdev->ap);
|
||||
|
||||
break;
|
||||
case IE_RSN_AKM_SUITE_OWE:
|
||||
netdev->ap = owe_sm_new(hs, netdev_owe_tx_authenticate,
|
||||
|
Loading…
Reference in New Issue
Block a user