From 68073e2d46d618d4452b653c06d14a9d361623d3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rapha=C3=ABl=20M=C3=A9lotte?= Date: Tue, 9 Feb 2021 07:54:10 +0100 Subject: hostapd: add patch for setting 4addr mode in multi_ap MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This patch is required to be able to roam from one backhaul AP to another one in the same ESS. Signed-off-by: Daniel Golle (daniel@makrotopia.org: PKG_REVISION bump and refreshed patches) Signed-off-by: Raphaël Mélotte --- .../801-P2P-Fix-copying-of-secondary-device-types-for-P2P-gr.patch | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) (limited to 'package/network/services/hostapd/patches/801-P2P-Fix-copying-of-secondary-device-types-for-P2P-gr.patch') diff --git a/package/network/services/hostapd/patches/801-P2P-Fix-copying-of-secondary-device-types-for-P2P-gr.patch b/package/network/services/hostapd/patches/801-P2P-Fix-copying-of-secondary-device-types-for-P2P-gr.patch index 4657b55d85..944f7d71c9 100644 --- a/package/network/services/hostapd/patches/801-P2P-Fix-copying-of-secondary-device-types-for-P2P-gr.patch +++ b/package/network/services/hostapd/patches/801-P2P-Fix-copying-of-secondary-device-types-for-P2P-gr.patch @@ -20,11 +20,9 @@ Signed-off-by: Jouni Malinen src/p2p/p2p.c | 2 ++ 1 file changed, 2 insertions(+) -diff --git a/src/p2p/p2p.c b/src/p2p/p2p.c -index 74b7b52ae05c..5cbfc217fc1f 100644 --- a/src/p2p/p2p.c +++ b/src/p2p/p2p.c -@@ -453,6 +453,8 @@ static void p2p_copy_client_info(struct p2p_device *dev, +@@ -453,6 +453,8 @@ static void p2p_copy_client_info(struct dev->info.config_methods = cli->config_methods; os_memcpy(dev->info.pri_dev_type, cli->pri_dev_type, 8); dev->info.wps_sec_dev_type_list_len = 8 * cli->num_sec_dev_types; @@ -33,6 +31,3 @@ index 74b7b52ae05c..5cbfc217fc1f 100644 os_memcpy(dev->info.wps_sec_dev_type_list, cli->sec_dev_types, dev->info.wps_sec_dev_type_list_len); } --- -2.25.1 - -- cgit v1.2.3