[openwrt/openwrt] hostapd: expose owe_transition_ifname inside bss_info method

LEDE Commits lede-commits at lists.infradead.org
Mon Dec 2 04:58:05 PST 2024


blogic pushed a commit to openwrt/openwrt.git, branch main:
https://git.openwrt.org/304fd40592bed56a64a621a9d1ec5a93a603ddf6

commit 304fd40592bed56a64a621a9d1ec5a93a603ddf6
Author: John Crispin <john at phrozen.org>
AuthorDate: Tue Nov 5 09:41:20 2024 +0100

    hostapd: expose owe_transition_ifname inside bss_info method
    
    This allows iwinfo to match OWE interfaces.
    
    Signed-off-by: John Crispin <john at phrozen.org>
---
 package/network/services/hostapd/files/hostapd.uc | 1 +
 1 file changed, 1 insertion(+)

diff --git a/package/network/services/hostapd/files/hostapd.uc b/package/network/services/hostapd/files/hostapd.uc
index 2d9ce28749..c1db91e4d4 100644
--- a/package/network/services/hostapd/files/hostapd.uc
+++ b/package/network/services/hostapd/files/hostapd.uc
@@ -45,6 +45,7 @@ hostapd.data.bss_info_fields = {
 	wpa_pairwise: true,
 	auth_algs: true,
 	ieee80211w: true,
+	owe_transition_ifname: true,
 };
 
 function iface_remove(cfg)




More information about the lede-commits mailing list