]> git.ipfire.org Git - thirdparty/hostap.git/commit
Multi-AP: Parse the Multi-AP element using a shared helper function
authorManoj Sekar <quic_sekar@quicinc.com>
Mon, 26 Feb 2024 12:48:21 +0000 (18:18 +0530)
committerJouni Malinen <j@w1.fi>
Tue, 19 Mar 2024 16:53:42 +0000 (18:53 +0200)
commit364cb7c9437f3a8ef515df49cdec822d6f25798e
treea60285b20d017cbbb16afc84b04332882a5466c6
parent0e2ca2e4e2ad97f2ec914f8be48435b1f3224e3e
Multi-AP: Parse the Multi-AP element using a shared helper function

This makes it more convenient to handle extensions to the element and
allows code to be shared between hostapd and wpa_supplicant.

Signed-off-by: Manoj Sekar <quic_sekar@quicinc.com>
src/ap/ieee802_11.c
src/common/ieee802_11_common.c
src/common/ieee802_11_common.h
wpa_supplicant/events.c