How to change WMM priority with OpenWRT

i want to change the priority of WMM with OpenWRT by changing default values of AIFS, CWmin CWmax. I found a configuration with hostapd in this link https://github.com/xradvanyip/hostapd-openwrt/blob/master/hostapd/hostapd.conf, but went I have tried to write in the file hostapd.conf I found that it doesn't change any thing and all the configurations that I have done are not applied.
is there another way to change these parameters in OpenWRT?

As long as it isn't in the following file that converts uci config to hostapd's config, no.

Hi, I have the same purpose and you can find my scenario in wmm configuration. In this system, I expect same rate for both clients when I run speedtest simultaneously on the clients. But one with DSCP 63 (0x3f) has much higher speed than another one. It means, although I changed the wmm parameters, the default parameters are applied to the access point. Did you find any solution? Thank you.