Re: [PATCH 4/7] cfg80211: Add support to notify station's rssi level crossing

2018-07-10 Thread Tamizh chelvam
On 2018-07-06 17:09, Johannes Berg wrote: On Wed, 2018-07-04 at 11:43 +0530, Tamizh chelvam wrote: > > --- a/include/uapi/linux/nl80211.h > > +++ b/include/uapi/linux/nl80211.h > > @@ -1249,6 +1249,7 @@ enum nl80211_commands { > > NL80211_CMD_CONTROL_PORT_FRAME, > > > >

Re: [PATCH 4/7] cfg80211: Add support to notify station's rssi level crossing

2018-07-06 Thread Johannes Berg
On Wed, 2018-07-04 at 11:43 +0530, Tamizh chelvam wrote: > > > --- a/include/uapi/linux/nl80211.h > > > +++ b/include/uapi/linux/nl80211.h > > > @@ -1249,6 +1249,7 @@ enum nl80211_commands { > > > NL80211_CMD_CONTROL_PORT_FRAME, > > > > > > NL80211_CMD_SET_STA_MON, > > > +

Re: [PATCH 4/7] cfg80211: Add support to notify station's rssi level crossing

2018-07-04 Thread Tamizh chelvam
On 2018-06-29 15:05, Johannes Berg wrote: On Wed, 2018-06-13 at 16:15 +0530, Tamizh chelvam wrote: Add cfg80211_sta_mon_rssi_notify api to update user space upon crossing the configured rssi threshold of a station. NL80211_CMD_NOTIFY_STA_MON introduced to send this event to userspace along with

Re: [PATCH 4/7] cfg80211: Add support to notify station's rssi level crossing

2018-06-29 Thread Johannes Berg
On Wed, 2018-06-13 at 16:15 +0530, Tamizh chelvam wrote: > Add cfg80211_sta_mon_rssi_notify api to update user space upon > crossing the configured rssi threshold of a station. > NL80211_CMD_NOTIFY_STA_MON introduced to send this event to > userspace along with

[PATCH 4/7] cfg80211: Add support to notify station's rssi level crossing

2018-06-13 Thread Tamizh chelvam
Add cfg80211_sta_mon_rssi_notify api to update user space upon crossing the configured rssi threshold of a station. NL80211_CMD_NOTIFY_STA_MON introduced to send this event to userspace along with NL80211_ATTR_STA_MON_RSSI_THRESHOLD_EVENT, NL80211_ATTR_MAC and NL80211_ATTR_STA_MON_RSSI_LEVEL info.