aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorThomas Pedersen <thomas@cozybit.com>2011-08-11 22:35:14 -0400
committerJohn W. Linville <linville@tuxdriver.com>2011-08-22 14:46:00 -0400
commit36c704fded53ee0d6866e8ae7f7e3d29cd4315b9 (patch)
tree3f3cc0d40633f783a2e6840a1455bd541f8a0087 /include
parent8db098507c5cbe499061d0f6aea426a36e7c72d7 (diff)
ieee80211: add mesh action codes
Signed-off-by: Thomas Pedersen <thomas@cozybit.com> Signed-off-by: John W. Linville <linville@tuxdriver.com>
Diffstat (limited to 'include')
-rw-r--r--include/linux/ieee80211.h15
1 files changed, 15 insertions, 0 deletions
diff --git a/include/linux/ieee80211.h b/include/linux/ieee80211.h
index 819954a607f1..58033c146dd3 100644
--- a/include/linux/ieee80211.h
+++ b/include/linux/ieee80211.h
@@ -1307,6 +1307,21 @@ enum ieee80211_self_protected_actioncode {
1307 WLAN_SP_MGK_ACK = 5, 1307 WLAN_SP_MGK_ACK = 5,
1308}; 1308};
1309 1309
1310/* Mesh action codes */
1311enum ieee80211_mesh_actioncode {
1312 WLAN_MESH_ACTION_LINK_METRIC_REPORT,
1313 WLAN_MESH_ACTION_HWMP_PATH_SELECTION,
1314 WLAN_MESH_ACTION_GATE_ANNOUNCEMENT,
1315 WLAN_MESH_ACTION_CONGESTION_CONTROL_NOTIFICATION,
1316 WLAN_MESH_ACTION_MCCA_SETUP_REQUEST,
1317 WLAN_MESH_ACTION_MCCA_SETUP_REPLY,
1318 WLAN_MESH_ACTION_MCCA_ADVERTISEMENT_REQUEST,
1319 WLAN_MESH_ACTION_MCCA_ADVERTISEMENT,
1320 WLAN_MESH_ACTION_MCCA_TEARDOWN,
1321 WLAN_MESH_ACTION_TBTT_ADJUSTMENT_REQUEST,
1322 WLAN_MESH_ACTION_TBTT_ADJUSTMENT_RESPONSE,
1323};
1324
1310/* Security key length */ 1325/* Security key length */
1311enum ieee80211_key_len { 1326enum ieee80211_key_len {
1312 WLAN_KEY_LEN_WEP40 = 5, 1327 WLAN_KEY_LEN_WEP40 = 5,