]> git.ipfire.org Git - thirdparty/hostap.git/commit
nl80211: Use actual number of supported AKMs for AP setup
authorSascha Hauer <s.hauer@pengutronix.de>
Thu, 30 May 2024 12:31:05 +0000 (14:31 +0200)
committerJouni Malinen <j@w1.fi>
Thu, 11 Jul 2024 15:30:21 +0000 (18:30 +0300)
commit3b4f12708497f81881fa24663708b4e1fd62cf7d
treea64c6fb1a89a2677bdb5ab09da0b7a7e5fc62948
parent8f69e538a95f71f66d61093d82a38ac28a808c6c
nl80211: Use actual number of supported AKMs for AP setup

Since 0ce1545dcb8 ("nl80211: Determine maximum number of supported
AKMs") we get the maximum number of supported AKMs from the kernel.
Let's use that instead of the legacy NL80211_MAX_NR_AKM_SUITES when
setting up AP mode operation.

Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
src/drivers/driver_nl80211.c