summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorLinux Build Service Account <lnxbuild@localhost>2019-02-28 01:34:49 -0800
committerGerrit - the friendly Code Review server <code-review@localhost>2019-02-28 01:34:47 -0800
commit1e8c98190ed7bf24695ff59778717f8b1954d1da (patch)
treedf95368db3e2f1d910789abd8b807fa7f6b93a49 /include
parentc37aa10c47d7d00356e7152ebd087de9c2cb7adc (diff)
parent83cc094a17ddaa9be9b1d0385b16139cbbb73bb7 (diff)
Merge "cfg80211: indicate support for external authentication in AP mode"
Diffstat (limited to 'include')
-rw-r--r--include/net/cfg80211.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/include/net/cfg80211.h b/include/net/cfg80211.h
index 03b4d4479ce4..18aff0c86724 100644
--- a/include/net/cfg80211.h
+++ b/include/net/cfg80211.h
@@ -27,6 +27,9 @@
/* Indicate backport support for external authentication*/
#define CFG80211_EXTERNAL_AUTH_SUPPORT 1
+/* Indicate backport support for external authentication in AP mode */
+#define CFG80211_EXTERNAL_AUTH_AP_SUPPORT 1
+
/**
* DOC: Introduction
*