Search Linux Wireless

[PATCH 0/7] cfg80211/mac80211: Add support to configure and monitor rssi threshold

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



This patchsets introduced new NL command and api to support
configuring rssi for the connected stations and api to notify
userspace application upon crossing the configured threshold.
This will be useful for the application which requires
station's current capability change information.

Tamizh chelvam (7):
  wireless: Change single cqm_config to rssi config list
  cfg80211: Add new NL command to configure peer specific rssi
    threshold
  mac80211: Add api to support configuring station specific rssi
    threshold
  cfg80211: Add support to notify station's rssi level crossing
  mac80211: Implement functionality to monitor station's rssi cross
    event
  cfg80211: Accept multiple RSSI threholds for STA_MON command
  mac80211: Add api to configure low and high RSSI threshold

 include/net/cfg80211.h       |   42 ++++-
 include/net/mac80211.h       |    6 +
 include/uapi/linux/nl80211.h |   60 +++++++
 net/mac80211/cfg.c           |   75 +++++++++
 net/mac80211/rx.c            |   65 +++++++-
 net/mac80211/sta_info.h      |   22 +++
 net/wireless/core.c          |   29 +++-
 net/wireless/core.h          |    6 +-
 net/wireless/nl80211.c       |  377 ++++++++++++++++++++++++++++++++++++------
 net/wireless/rdev-ops.h      |   31 ++++
 net/wireless/trace.h         |   73 ++++++++
 11 files changed, 723 insertions(+), 63 deletions(-)

-- 
1.7.9.5




[Index of Archives]     [Linux Host AP]     [ATH6KL]     [Linux Wireless Personal Area Network]     [Linux Bluetooth]     [Wireless Regulations]     [Linux Netdev]     [Kernel Newbies]     [Linux Kernel]     [IDE]     [Git]     [Netfilter]     [Bugtraq]     [Yosemite Hiking]     [MIPS Linux]     [ARM Linux]     [Linux RAID]

  Powered by Linux