mirror of
https://github.com/openwrt/openwrt.git
synced 2024-12-18 21:28:02 +00:00
hostapd: expose owe_transition_ifname inside bss_info method
This allows iwinfo to match OWE interfaces. Signed-off-by: John Crispin <john@phrozen.org>
This commit is contained in:
parent
6365316fab
commit
304fd40592
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user