projects
/
openwrt
/
staging
/
stintel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6365316
)
hostapd: expose owe_transition_ifname inside bss_info method
author
John Crispin
<john@phrozen.org>
Tue, 5 Nov 2024 08:41:20 +0000
(09:41 +0100)
committer
John Crispin
<john@phrozen.org>
Mon, 2 Dec 2024 12:55:36 +0000
(13:55 +0100)
This allows iwinfo to match OWE interfaces.
Signed-off-by: John Crispin <john@phrozen.org>
package/network/services/hostapd/files/hostapd.uc
patch
|
blob
|
history
diff --git
a/package/network/services/hostapd/files/hostapd.uc
b/package/network/services/hostapd/files/hostapd.uc
index 2d9ce2874901d22b172244ad1bfb1f0f9a90fe3a..c1db91e4d4f944ed0febc159804f52ad7bcccb7b 100644
(file)
--- 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)