]> git.ipfire.org Git - thirdparty/hostap.git/commit
AP: Add support for BSS load element (STA Count, Channel Utilization)
authorKyeyoon Park <kyeyoonp@qca.qualcomm.com>
Wed, 15 Oct 2014 23:36:04 +0000 (16:36 -0700)
committerJouni Malinen <j@w1.fi>
Tue, 21 Oct 2014 20:25:48 +0000 (23:25 +0300)
commitec8f36afca731aa6a30a314c54bb83441180719d
tree024bbf8bdd135f7049d29515b36ed6122e97ab66
parent8a5cc2fe385bc8afa4260f8953664db9861430eb
AP: Add support for BSS load element (STA Count, Channel Utilization)

The new "bss_load_update_period" parameter can be used to configure
hostapd to advertise its BSS Load element in Beacon and Probe Response
frames. This parameter is in the units of BUs (Beacon Units).

When enabled, the STA Count and the Channel Utilization value will be
updated periodically in the BSS Load element. The AAC is set to 0 sinze
explicit admission control is not supported. Channel Utilization is
calculated based on the channel survey information from the driver and
as such, requires a driver that supports providing that information for
the current operating channel.

Signed-off-by: Kyeyoon Park <kyeyoonp@qca.qualcomm.com>
13 files changed:
hostapd/Android.mk
hostapd/Makefile
hostapd/config_file.c
hostapd/hostapd.conf
src/ap/ap_config.h
src/ap/beacon.c
src/ap/bss_load.c [new file with mode: 0644]
src/ap/bss_load.h [new file with mode: 0644]
src/ap/drv_callbacks.c
src/ap/hostapd.c
src/ap/hostapd.h
wpa_supplicant/Android.mk
wpa_supplicant/Makefile