2
0
Эх сурвалжийг харах

hostapd: add HE flag to get_clients

Expose the hostapd HE flag via ubus to indicate HE capable devices.

Signed-off-by: David Bauer <[email protected]>
David Bauer 4 жил өмнө
parent
commit
b0483b19f9

+ 1 - 0
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 },
 		{ "wmm", WLAN_STA_WMM },
 		{ "ht", WLAN_STA_HT },
 		{ "ht", WLAN_STA_HT },
 		{ "vht", WLAN_STA_VHT },
 		{ "vht", WLAN_STA_VHT },
+		{ "he", WLAN_STA_HE },
 		{ "wps", WLAN_STA_WPS },
 		{ "wps", WLAN_STA_WPS },
 		{ "mfp", WLAN_STA_MFP },
 		{ "mfp", WLAN_STA_MFP },
 	};
 	};