diff options
author | Javier Cardona <javier@cozybit.com> | 2011-05-03 19:57:11 -0400 |
---|---|---|
committer | John W. Linville <linville@tuxdriver.com> | 2011-05-11 14:44:46 -0400 |
commit | 9c3990aaec0ad9f686ef6480f6861f2df89b2a7a (patch) | |
tree | 5e073ffce0ce0aed45e9dfeb9f41efc140c770f7 /include/linux/nl80211.h | |
parent | 0a35d36d6f019bde6c98812456798275b02e5aee (diff) |
nl80211: Let userspace drive the peer link management states.
Signed-off-by: Javier Cardona <javier@cozybit.com>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
Diffstat (limited to 'include/linux/nl80211.h')
-rw-r--r-- | include/linux/nl80211.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/include/linux/nl80211.h b/include/linux/nl80211.h index c53b916036c5..de96783954a1 100644 --- a/include/linux/nl80211.h +++ b/include/linux/nl80211.h | |||
@@ -913,6 +913,9 @@ enum nl80211_commands { | |||
913 | * @NL80211_ATTR_SUPPORT_MESH_AUTH: Currently, this means the underlying driver | 913 | * @NL80211_ATTR_SUPPORT_MESH_AUTH: Currently, this means the underlying driver |
914 | * allows auth frames in a mesh to be passed to userspace for processing via | 914 | * allows auth frames in a mesh to be passed to userspace for processing via |
915 | * the @NL80211_MESH_SETUP_USERSPACE_AUTH flag. | 915 | * the @NL80211_MESH_SETUP_USERSPACE_AUTH flag. |
916 | * @NL80211_ATTR_STA_PLINK_STATE: The state of a mesh peer link. Used when | ||
917 | * userspace is driving the peer link management state machine. | ||
918 | * @NL80211_MESH_SETUP_USERSPACE_AMPE must be enabled. | ||
916 | * | 919 | * |
917 | * @NL80211_ATTR_WOWLAN_SUPPORTED: indicates, as part of the wiphy capabilities, | 920 | * @NL80211_ATTR_WOWLAN_SUPPORTED: indicates, as part of the wiphy capabilities, |
918 | * the supported WoWLAN triggers | 921 | * the supported WoWLAN triggers |
@@ -1109,6 +1112,7 @@ enum nl80211_attrs { | |||
1109 | NL80211_ATTR_WIPHY_ANTENNA_AVAIL_RX, | 1112 | NL80211_ATTR_WIPHY_ANTENNA_AVAIL_RX, |
1110 | 1113 | ||
1111 | NL80211_ATTR_SUPPORT_MESH_AUTH, | 1114 | NL80211_ATTR_SUPPORT_MESH_AUTH, |
1115 | NL80211_ATTR_STA_PLINK_STATE, | ||
1112 | 1116 | ||
1113 | NL80211_ATTR_WOWLAN_TRIGGERS, | 1117 | NL80211_ATTR_WOWLAN_TRIGGERS, |
1114 | NL80211_ATTR_WOWLAN_TRIGGERS_SUPPORTED, | 1118 | NL80211_ATTR_WOWLAN_TRIGGERS_SUPPORTED, |