aboutsummaryrefslogtreecommitdiffstats
path: root/include/uapi/linux
diff options
context:
space:
mode:
Diffstat (limited to 'include/uapi/linux')
-rw-r--r--include/uapi/linux/nl80211.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/include/uapi/linux/nl80211.h b/include/uapi/linux/nl80211.h
index b48430769eda..06320713e9c9 100644
--- a/include/uapi/linux/nl80211.h
+++ b/include/uapi/linux/nl80211.h
@@ -2645,6 +2645,10 @@ enum nl80211_meshconf_params {
2645 * @NL80211_MESH_SETUP_USERSPACE_MPM: Enable this option if userspace will 2645 * @NL80211_MESH_SETUP_USERSPACE_MPM: Enable this option if userspace will
2646 * implement an MPM which handles peer allocation and state. 2646 * implement an MPM which handles peer allocation and state.
2647 * 2647 *
2648 * @NL80211_MESH_SETUP_AUTH_PROTOCOL: Inform the kernel of the authentication
2649 * method (u8, as defined in IEEE 8.4.2.100.6, e.g. 0x1 for SAE).
2650 * Default is no authentication method required.
2651 *
2648 * @NL80211_MESH_SETUP_ATTR_MAX: highest possible mesh setup attribute number 2652 * @NL80211_MESH_SETUP_ATTR_MAX: highest possible mesh setup attribute number
2649 * 2653 *
2650 * @__NL80211_MESH_SETUP_ATTR_AFTER_LAST: Internal use 2654 * @__NL80211_MESH_SETUP_ATTR_AFTER_LAST: Internal use
@@ -2658,6 +2662,7 @@ enum nl80211_mesh_setup_params {
2658 NL80211_MESH_SETUP_USERSPACE_AMPE, 2662 NL80211_MESH_SETUP_USERSPACE_AMPE,
2659 NL80211_MESH_SETUP_ENABLE_VENDOR_SYNC, 2663 NL80211_MESH_SETUP_ENABLE_VENDOR_SYNC,
2660 NL80211_MESH_SETUP_USERSPACE_MPM, 2664 NL80211_MESH_SETUP_USERSPACE_MPM,
2665 NL80211_MESH_SETUP_AUTH_PROTOCOL,
2661 2666
2662 /* keep last */ 2667 /* keep last */
2663 __NL80211_MESH_SETUP_ATTR_AFTER_LAST, 2668 __NL80211_MESH_SETUP_ATTR_AFTER_LAST,