diff options
| author | Luciano Coelho <luciano.coelho@intel.com> | 2015-01-09 07:06:37 -0500 |
|---|---|---|
| committer | Johannes Berg <johannes.berg@intel.com> | 2015-01-14 03:45:17 -0500 |
| commit | 75453ccb61120885d6715a49496c57930dbe6253 (patch) | |
| tree | cbf08696ee37a2290daec51072555174c42b98fd /include/uapi | |
| parent | ef51fb1d1cd54ae9e0b0efd3b9bdb561fe5483a0 (diff) | |
nl80211: send netdetect configuration info in NL80211_CMD_GET_WOWLAN
Send the netdetect configuration information in the response to
NL8021_CMD_GET_WOWLAN commands. This includes the scan interval,
SSIDs to match and frequencies to scan.
Additionally, add the NL80211_WOWLAN_TRIG_NET_DETECT with
NL80211_ATTR_WOWLAN_TRIGGERS_SUPPORTED.
Signed-off-by: Luciano Coelho <luciano.coelho@intel.com>
Signed-off-by: Johannes Berg <johannes.berg@intel.com>
Diffstat (limited to 'include/uapi')
| -rw-r--r-- | include/uapi/linux/nl80211.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/include/uapi/linux/nl80211.h b/include/uapi/linux/nl80211.h index a963d4824c51..b6c1a00bd8d2 100644 --- a/include/uapi/linux/nl80211.h +++ b/include/uapi/linux/nl80211.h | |||
| @@ -3734,7 +3734,9 @@ struct nl80211_pattern_support { | |||
| 3734 | * same attributes used with @NL80211_CMD_START_SCHED_SCAN. It | 3734 | * same attributes used with @NL80211_CMD_START_SCHED_SCAN. It |
| 3735 | * specifies how the scan is performed (e.g. the interval and the | 3735 | * specifies how the scan is performed (e.g. the interval and the |
| 3736 | * channels to scan) as well as the scan results that will | 3736 | * channels to scan) as well as the scan results that will |
| 3737 | * trigger a wake (i.e. the matchsets). | 3737 | * trigger a wake (i.e. the matchsets). This attribute is also |
| 3738 | * sent in a response to @NL80211_CMD_GET_WIPHY, indicating the | ||
| 3739 | * number of match sets supported by the driver (u32). | ||
| 3738 | * @NL80211_WOWLAN_TRIG_NET_DETECT_RESULTS: nested attribute | 3740 | * @NL80211_WOWLAN_TRIG_NET_DETECT_RESULTS: nested attribute |
| 3739 | * containing an array with information about what triggered the | 3741 | * containing an array with information about what triggered the |
| 3740 | * wake up. If no elements are present in the array, it means | 3742 | * wake up. If no elements are present in the array, it means |
