diff options
| author | Linux Build Service Account <lnxbuild@localhost> | 2019-03-27 15:28:17 -0700 |
|---|---|---|
| committer | Linux Build Service Account <lnxbuild@localhost> | 2019-03-27 15:28:17 -0700 |
| commit | 8b7ebc655e9aba812a022342dd32371bdf1978e0 (patch) | |
| tree | a233eb369d678f712044d4b04b75e7836d880ece /include/uapi/linux | |
| parent | 8d4a9db1aa0122f8b6d98feab7afa39985c0e909 (diff) | |
| parent | e764712fd7f6db7921dc4b3dbbf772d613177633 (diff) | |
Merge e764712fd7f6db7921dc4b3dbbf772d613177633 on remote branch
Change-Id: I03b1216b62a2aa102ac28b3bd04d51663a2e928b
Diffstat (limited to 'include/uapi/linux')
| -rw-r--r-- | include/uapi/linux/nl80211.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/include/uapi/linux/nl80211.h b/include/uapi/linux/nl80211.h index 0527b779f2f0..9ac3946a916f 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/Enhanced Open AKM by the host drivers that implemnt SME but rely + * on the user space for the crypotographic/DH IE processing. + * * @NL80211_CMD_MAX: highest used command number * @__NL80211_CMD_AFTER_LAST: internal use */ @@ -1210,6 +1215,7 @@ enum nl80211_commands { NL80211_CMD_NOTIFY_RADAR, + NL80211_CMD_UPDATE_OWE_INFO, /* add new commands above here */ /* used to define NL80211_CMD_MAX below */ |
