From: David Bauer Date: Tue, 29 Jun 2021 22:12:00 +0000 (+0200) Subject: hostapd: add HE flag to get_clients X-Git-Tag: v22.03.0-rc1~2207 X-Git-Url: http://git.openwrt.org/?p=openwrt%2Fopenwrt.git;a=commitdiff_plain;h=b0483b19f981bbe024cd447cfe469765f49cc587 hostapd: add HE flag to get_clients Expose the hostapd HE flag via ubus to indicate HE capable devices. Signed-off-by: David Bauer --- diff --git a/package/network/services/hostapd/src/src/ap/ubus.c b/package/network/services/hostapd/src/src/ap/ubus.c index fb568f9e7b..6201dfd524 100644 --- a/package/network/services/hostapd/src/src/ap/ubus.c +++ b/package/network/services/hostapd/src/src/ap/ubus.c @@ -297,6 +297,7 @@ hostapd_bss_get_clients(struct ubus_context *ctx, struct ubus_object *obj, { "wmm", WLAN_STA_WMM }, { "ht", WLAN_STA_HT }, { "vht", WLAN_STA_VHT }, + { "he", WLAN_STA_HE }, { "wps", WLAN_STA_WPS }, { "mfp", WLAN_STA_MFP }, };