]> git.ipfire.org Git - thirdparty/hostap.git/commit
hostapd: Add support to change BSS color from the control interface
authorAditya Kumar Singh <quic_adisi@quicinc.com>
Mon, 22 Apr 2024 12:40:00 +0000 (18:10 +0530)
committerJouni Malinen <j@w1.fi>
Wed, 12 Jun 2024 09:21:09 +0000 (12:21 +0300)
commitd8e1a353a6363959c76ee6281585de9021630295
tree663d16136565ef4593295034732667b7dbaa2c66
parent3e52a90d34cc873341e82e77305f7f3f25320ec2
hostapd: Add support to change BSS color from the control interface

Add hostapd_cli command "color_change <color>" to change BSS color at
run time. hostapd_cli status can be used to check the updated color.

Usage: hostapd_cli -i <interface> color_change <color>

If 0 value is given, HE BSS color would be disabled. Same or a non-zero
value between [1-63] can be given to enable color again.

Signed-off-by: Aditya Kumar Singh <quic_adisi@quicinc.com>
hostapd/ctrl_iface.c
hostapd/hostapd_cli.c
src/ap/hostapd.c
src/ap/hostapd.h