summaryrefslogtreecommitdiff
path: root/include/uapi
diff options
context:
space:
mode:
authorLinux Build Service Account <lnxbuild@localhost>2019-04-30 04:41:35 -0700
committerGerrit - the friendly Code Review server <code-review@localhost>2019-04-30 04:41:35 -0700
commitecfba02e897961391a9cdd194cd6330e07ca9aae (patch)
treeb05fca94f1a38bdccd3466bba87578ff8d50f67d /include/uapi
parent744acb857e4b625e2040f8120c87f69b042461b5 (diff)
parent633bf5e4dbcac2ce15eb88dd1596ec04d34ec624 (diff)
Merge "cfg80211/nl80211: Offload OWE processing to user space in AP mode"
Diffstat (limited to 'include/uapi')
-rw-r--r--include/uapi/linux/nl80211.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/include/uapi/linux/nl80211.h b/include/uapi/linux/nl80211.h
index 0527b779f2f0..7877fac7c60a 100644
--- a/include/uapi/linux/nl80211.h
+++ b/include/uapi/linux/nl80211.h
@@ -990,6 +990,11 @@
* indicated by %NL80211_ATTR_WIPHY_FREQ and other attributes
* determining the width and type.
*
+ * @NL80211_CMD_UPDATE_OWE_INFO: This interface allows the host driver to
+ * offload OWE processing to user space. This intends to support
+ * OWE AKM by the host drivers that implement SME but rely
+ * on the user space for the cryptographic/DH IE processing in AP mode.
+ *
* @NL80211_CMD_MAX: highest used command number
* @__NL80211_CMD_AFTER_LAST: internal use
*/
@@ -1210,6 +1215,8 @@ enum nl80211_commands {
NL80211_CMD_NOTIFY_RADAR,
+ NL80211_CMD_UPDATE_OWE_INFO,
+
/* add new commands above here */
/* used to define NL80211_CMD_MAX below */