openwrt/package/network/services/hostapd/files
Dobroslaw Kijowski edb93eda16 hostapd: add support for static airtime policy configuration
* Add support for passing airtime_sta_weight into hostapd configuration.
* Since that commit it is possible to configure station weights. Set higher
  value for larger airtime share, lower for smaller share.

I have tested this functionality by modyfing /etc/config/wireless to:

config wifi-device 'radio0'
	...
        option airtime_mode '1'

config wifi-iface 'default_radio0'
	...
        list airtime_sta_weight '01:02:03:04:05:06 1024'

Now, when the station associates with the access point it has been assigned
a higher weight value.
root@OpenWrt:~# cat /sys/kernel/debug/ieee80211/phy0/netdev\:wlan0/stations/01\:02\:03\:04\:05\:06/airtime
RX: 12656 us
TX: 10617 us
Weight: 1024
Deficit: VO: -2075 us VI: 256 us BE: -206 us BK: 256 us

[MAC address has been changed into a dummy one.]

Signed-off-by: Dobroslaw Kijowski <dobo90@gmail.com>
2020-11-17 17:06:16 +01:00
..
hostapd-basic.config hostapd: enable CTRL_IFACE_MIB for hostapd-full 2019-12-08 12:49:09 +01:00
hostapd-full.config hostapd: add interworking support 2020-10-28 00:09:04 +01:00
hostapd-mini.config hostapd: enable CTRL_IFACE_MIB for hostapd-full 2019-12-08 12:49:09 +01:00
hostapd.sh hostapd: add support for static airtime policy configuration 2020-11-17 17:06:16 +01:00
multicall.c packages: sort network related packages into package/network/ 2012-10-10 12:32:29 +00:00
wpa_supplicant-basic.config wpa_supplicant: disable CONFIG_WRITE functionality 2020-04-13 22:40:06 +02:00
wpa_supplicant-full.config hostapd: wpas: add missing config symbols 2020-10-28 03:25:25 +01:00
wpa_supplicant-mini.config wpa_supplicant: disable CONFIG_WRITE functionality 2020-04-13 22:40:06 +02:00
wpa_supplicant-p2p.config hostapd: enable CTRL_IFACE_MIB for hostapd-full 2019-12-08 12:49:09 +01:00
wpad.init hostapd: reduce to a single instance per service 2020-04-14 00:22:21 +01:00
wps-hotplug.sh hostapd: add Multi-AP patches and config options 2019-02-20 13:17:11 +01:00