diff options
| author | Srinivas Dasari <dasaris@codeaurora.org> | 2019-02-20 19:39:26 +0530 |
|---|---|---|
| committer | Gerrit - the friendly Code Review server <code-review@localhost> | 2019-02-25 00:08:13 -0800 |
| commit | 83cc094a17ddaa9be9b1d0385b16139cbbb73bb7 (patch) | |
| tree | 2a8a1d7a454891f991a685111f9a92e2a41e70f3 /include | |
| parent | ace476d5d234e54233d8f0d2d54823fb55bba0b5 (diff) | |
cfg80211: indicate support for external authentication in AP mode
Define macro to indicate backport support for external
authentication in AP mode where authentication can be
offloaded to user space in specific cases such as SAE.
Change-Id: I9f8c5861e83308a547f1ee71adb0dab5185a0d6d
CRs-Fixed: 2402092
Signed-off-by: Srinivas Dasari <dasaris@codeaurora.org>
Diffstat (limited to 'include')
| -rw-r--r-- | include/net/cfg80211.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/include/net/cfg80211.h b/include/net/cfg80211.h index bac128ded4f0..f411d0525692 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 * |
