[PATCH 0/4] Add bitrate CQM support to wpa_supplicant

Paul Stewart pstew at google.com
Wed Oct 13 21:13:07 EDT 2010


I've proposed a kernel change that will track the transmit rate and
report if it falls below a certain threshold.  This is a useful
indicator of the transmit-side of the connection quality (whereas RSSI
is an indicator of the receive-side connection quality).  This series
of patches adds the support in nl80211 and bgscan to accept this new
data, but doesn't add support within bgscan to actually use it just
yet.


 src/drivers/driver.h           |   21 ++++---
 src/drivers/driver_nl80211.c   |  122 ++++++++++++++++++++--------------------
 src/drivers/nl80211_copy.h     |    4 +
 wpa_supplicant/bgscan.c        |   12 ++--
 wpa_supplicant/bgscan.h        |   15 ++---
 wpa_supplicant/bgscan_learn.c  |   17 +++---
 wpa_supplicant/bgscan_simple.c |   17 +++---
 wpa_supplicant/driver_i.h      |    6 +-
 wpa_supplicant/events.c        |    6 +--
 9 files changed, 109 insertions(+), 111 deletions(-)

--
Paul


More information about the HostAP mailing list