Skip to content

Commit

Permalink
hostapd: add HE flag to get_clients
Browse files Browse the repository at this point in the history
Expose the hostapd HE flag via ubus to indicate HE capable devices.

Signed-off-by: David Bauer <mail@david-bauer.net>
  • Loading branch information
blocktrron committed Jul 6, 2021
1 parent cde154c commit b0483b1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions package/network/services/hostapd/src/src/ap/ubus.c
Expand Up @@ -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 },
};
Expand Down

0 comments on commit b0483b1

Please sign in to comment.