[][MAC80211][mt76][Support to read mwctl set_muru_manual_config]

[Description]
Add support to read the input $ mwctl phy0-ap0 set_muru_manual_config=xxx:a:b:c and
convert to $ hostapd_cli -i phy0-ap0 raw set_muru_manual_config=xxx:a:b:c.

The purpose of this commit is to support WiFi 6 certification. In some
cases, sigma will send the input like $ mwctl phy0-ap0 set_muru_manual_config=xxx:a:b:c.

[Release-log]
N/A

Change-Id: I6864a09b8a409a536fd3fc19224feaf412d9146b
Reviewed-on: https://gerrit.mediatek.inc/c/openwrt/feeds/mtk_openwrt_feeds/+/7597476
diff --git a/feed/atenl/files/iwpriv.sh b/feed/atenl/files/iwpriv.sh
index 183b079..b5b6fa3 100755
--- a/feed/atenl/files/iwpriv.sh
+++ b/feed/atenl/files/iwpriv.sh
@@ -1163,7 +1163,7 @@
         ## In wifi 7 chipset, testmode & vendor command both use mwctl
         ## Therefore this wrapper would translate it to either mt76-test or mt76-vendor based on the attribute of the command
         ## Translate to mt76-vendor command
-        "csi"|"amnt"|"ap_rfeatures"|"ap_wireless"|"mu")
+        "csi"|"amnt"|"ap_rfeatures"|"ap_wireless"|"mu"|"set_muru_manual_config")
             if [ ${is_eagle} == "1" ]; then
                 hostapd_cmd="$(echo $* | sed 's/set/raw/')"
                 do_cmd "hostapd_cli -i $hostapd_cmd"