On 5/19/2022 10:31 PM, Veerendranath Jakkam wrote:
Increase akm_suites array size in struct cfg80211_crypto_settings to 10 and advertise the capability to userspace. This allows userspace to send more than two AKMs to driver in netlink commands such as NL80211_CMD_CONNECT.
I have some grammar nits below...
This capability needed for implementing WPA3-Personal transition mode
capability *is* needed
correctly with any driver that handles roaming internally. Currently, the possible AKMs for multi-AKM connect can include PSK, PSK-SHA-256, SAE, FT-PSK and FT-SAE since the count is already 5, Increasing
...and FT-SAE. Since the count is already 5, increasing...
the akm_suites array size to 10 should be reasonable for future usecases.
/jeff