From: David Bauer Date: Tue, 29 Jun 2021 22:12:00 +0000 (+0200) Subject: hostapd: add HE flag to get_clients X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0fc8add1afa8b0e480836e80f248d08be72cfb19;p=thirdparty%2Fopenwrt.git hostapd: add HE flag to get_clients Expose the hostapd HE flag via ubus to indicate HE capable devices. Signed-off-by: David Bauer Signed-off-by: maurerr --- diff --git a/package/network/services/hostapd/src/src/ap/ubus.c b/package/network/services/hostapd/src/src/ap/ubus.c index fb568f9e7bb..6201dfd5240 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 }, };