Re: [PATCHv2 1/3] cfg80211: enable setting cqm rssi config for AP mode

2018-02-21 Thread Tamizh chelvam
On 2018-02-19 18:44, Johannes Berg wrote: On Tue, 2018-02-13 at 14:50 +0530, Tamizh chelvam wrote: @@ -9903,8 +9906,10 @@ static int nl80211_set_cqm_rssi(struct genl_info *info, prev = thresholds[i]; } - if (wdev->iftype != NL80211_IFTYPE_STATION && -

[PATCHv2 1/3] cfg80211: enable setting cqm rssi config for AP mode

2018-02-13 Thread Tamizh chelvam
From: Tamizh chelvam This patch extend cqm rssi config and notifier feature to AP mode by introducing NL80211_EXT_FEATURE_AP_STA_CQM_RSSI_CONFIG ext feature bit. And this patch introduces NL80211_MCGRP_AP_STA_CQM for notifying station's low/high rssi event to userspace