]> git.ipfire.org Git - thirdparty/hostap.git/commit - src/drivers/driver.h
hostapd: Add last_ack_rssi into ctrl iface cmd STA
authorBhagavathi Perumal S <bperumal@codeaurora.org>
Tue, 6 Mar 2018 09:00:11 +0000 (14:30 +0530)
committerJouni Malinen <j@w1.fi>
Mon, 19 Mar 2018 17:23:26 +0000 (19:23 +0200)
commit72123a84cb004bf5f93dbaf86feb847636e99c22
tree90443cf8668fc0fcdf365aa4ce50baf40ec42fec
parent2df73f52e8357a2ed1667bed69a867df309566f7
hostapd: Add last_ack_rssi into ctrl iface cmd STA

This allows external application to get last ACK signal strength of the
last transmitted frame if the driver makes this information
(NL80211_STA_INFO_ACK_SIGNAL) available.

Signed-off-by: Bhagavathi Perumal S <bperumal@codeaurora.org>
Signed-off-by: Venkateswara Naralasetty <vnaralas@codeaurora.org>
src/ap/ctrl_iface_ap.c
src/drivers/driver.h
src/drivers/driver_nl80211.c