All of lore.kernel.org
 help / color / mirror / Atom feed
* [RFC PATCHv3 0/2] mac80211: cfg80211: Roam trigger support
@ 2010-03-17 13:01 Juuso Oikarinen
  2010-03-17 13:01 ` [RFC PATCHv3 1/2] cfg80211: Add connection quality monitoring support to nl80211 Juuso Oikarinen
                   ` (2 more replies)
  0 siblings, 3 replies; 19+ messages in thread
From: Juuso Oikarinen @ 2010-03-17 13:01 UTC (permalink / raw)
  To: linux-wireless

To implement good performance WLAN roaming, it is not sufficient to start
scanning for other available AP's only after the currently serving association
is lost.

The entity controlling the roaming will need to get indication of a
deteriorating WLAN connection in order to start preparing for roaming already
before the serving association is lost. This way, it can roam to a better AP
perhaps even before the serving association becomes too bad in quality.

These patches propose an implementation facilitating this using a simple RSSI
threshold and hysteresis approach.

These patches add a nl80211 interface for simply configuring a rssi threshold
and hysteresis value to facilitate very basic connection quality monitoring.

For the triggering, these patches currently rely on HW support, host based
triggering is not implemented, but could be added later if needed.

These patches have been tested with the wl1271 driver.

Thanks in advance for your comments and suggestions.

Juuso Oikarinen (2):
  cfg80211: Add connection quality monitoring support to nl80211
  mac80211: Add support for connection quality monitoring

 include/linux/nl80211.h |   42 ++++++++++++++++
 include/net/cfg80211.h  |   18 +++++++
 include/net/mac80211.h  |   27 +++++++++++
 net/mac80211/cfg.c      |   26 ++++++++++
 net/mac80211/mlme.c     |    9 ++++
 net/wireless/mlme.c     |   12 +++++
 net/wireless/nl80211.c  |  119 +++++++++++++++++++++++++++++++++++++++++++++++
 net/wireless/nl80211.h  |    5 ++
 8 files changed, 258 insertions(+), 0 deletions(-)


^ permalink raw reply	[flat|nested] 19+ messages in thread

end of thread, other threads:[~2010-03-20 22:34 UTC | newest]

Thread overview: 19+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-03-17 13:01 [RFC PATCHv3 0/2] mac80211: cfg80211: Roam trigger support Juuso Oikarinen
2010-03-17 13:01 ` [RFC PATCHv3 1/2] cfg80211: Add connection quality monitoring support to nl80211 Juuso Oikarinen
2010-03-17 16:17   ` Johannes Berg
2010-03-18  5:19     ` Juuso Oikarinen
2010-03-18 16:10       ` Johannes Berg
2010-03-19  4:43         ` Juuso Oikarinen
2010-03-19  6:39   ` Kalle Valo
2010-03-17 13:01 ` [RFC PATCHv3 2/2] mac80211: Add support for connection quality monitoring Juuso Oikarinen
2010-03-17 16:19   ` Johannes Berg
2010-03-18  5:21     ` Juuso Oikarinen
2010-03-17 16:20   ` Johannes Berg
2010-03-18  5:22     ` Juuso Oikarinen
2010-03-17 16:21   ` Johannes Berg
2010-03-17 13:22 ` [RFC PATCHv3 0/2] mac80211: cfg80211: Roam trigger support John W. Linville
2010-03-17 13:56   ` Juuso Oikarinen
2010-03-19  6:59   ` Kalle Valo
2010-03-19 14:56     ` John W. Linville
2010-03-20  0:15       ` Jouni Malinen
2010-03-20 22:34         ` Kalle Valo

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.