]> git.ipfire.org Git - thirdparty/hostap.git/commit
Use per-interface type driver key_mgmt capabilities when possible
authorVeerendranath Jakkam <vjakkam@codeaurora.org>
Wed, 22 Apr 2020 07:24:35 +0000 (12:54 +0530)
committerJouni Malinen <j@w1.fi>
Tue, 12 May 2020 14:33:54 +0000 (17:33 +0300)
commit3790f3a6eeba0ec828d32ab7ce8eb8f85cc72f19
tree5cec7440d352b92c78cba206a90a6a318db42721
parent8d7502809c93ef7161e6e91707977a3d63bafc8a
Use per-interface type driver key_mgmt capabilities when possible

Use key_mgmt_iftype instead of key_mgmt when the specific interface type
is known by the context of the operation.

Use per interface type AKM capabilities in capa.key_mgmt_iftype array
based on the wpa_supplicant context instead of using capa.key_mgmt to
determine the driver AKM capability.

Signed-off-by: Veerendranath Jakkam <vjakkam@codeaurora.org>
wpa_supplicant/dpp_supplicant.c
wpa_supplicant/interworking.c
wpa_supplicant/wps_supplicant.c