]> git.ipfire.org Git - thirdparty/hostap.git/commit
Add TX/RX rate info and signal strength into STA output
authorbhagavathi perumal s <bperumal@qti.qualcomm.com>
Tue, 26 Sep 2017 06:25:52 +0000 (11:55 +0530)
committerJouni Malinen <j@w1.fi>
Thu, 5 Oct 2017 09:12:24 +0000 (12:12 +0300)
commit3567641ebb7baaf9d9ba4a9091661c8befc386be
tree9da57956aad433a849566ea300a05ac63c6592d0
parentfa4b605a0d1dcbd32a5038d61b90b8efd1ec7645
Add TX/RX rate info and signal strength into STA output

These allow external programs to fetch the TX and RX rate information
and signal strength for a specific STA through the hostapd control
interface command "STA <addr>". The values of these attributes are
filled in the response of nl80211 command NL80211_CMD_GET_STATION.

Signed-off-by: bhagavathi perumal s <bperumal@qti.qualcomm.com>
src/ap/ctrl_iface_ap.c
src/drivers/driver.h
src/drivers/driver_nl80211.c