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:
John Crispin 2024-11-05 09:41:20 +01:00
parent 6365316fab
commit 304fd40592

View File

@ -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)