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:
cde154c
)
hostapd: add HE flag to get_clients
author
David Bauer
<
[email protected]
>
Tue, 29 Jun 2021 22:12:00 +0000
(
00:12
+0200)
committer
David Bauer
<
[email protected]
>
Tue, 6 Jul 2021 00:27:06 +0000
(
02:27
+0200)
Expose the hostapd HE flag via ubus to indicate HE capable devices.
Signed-off-by: David Bauer <
[email protected]
>
package/network/services/hostapd/src/src/ap/ubus.c
patch
|
blob
|
history
diff --git
a/package/network/services/hostapd/src/src/ap/ubus.c
b/package/network/services/hostapd/src/src/ap/ubus.c
index fb568f9e7bbf07ee51f0e79e785675ec3928b71d..6201dfd52405eccde26726dc461cf99c1445efff 100644
(file)
--- 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 },
};