[][MAC80211][hostapd][Add hostapd HEMU SET/GET control]

[Description]
Add HEMU hostapd init set from config file and hostapd_cli set/get commands

Init set from config file
Add hemu_onoff configuration into hostapd configuration file.
hemu_onoff=<val>
(val=0~15, bitmap- UL MU-MIMO(bit3), DL MU-MIMO(bit2), UL OFDMA(bit1), DL OFDMA(bit0))

hostapd_cli command usage:

SET:
hostapd_cli -i <interface> set_hemu onoff <val>
(val=0~15, bitmap- UL MU-MIMO(bit3), DL MU-MIMO(bit2), UL OFDMA(bit1), DL OFDMA(bit0))

GET:
hostapd_cli -i <interface> get_hemu

[Release-log]
N/A

Change-Id: Ia68cb37f7a5cc216bd0fae0e6a87856fa53dfc37
Reviewed-on: https://gerrit.mediatek.inc/c/openwrt/feeds/mtk_openwrt_feeds/+/6355619
2 files changed