cfg80211: indicate support for external authentication
Define macro to indicate backport support for external authentication where authentication can be offloaded to userspace in specific cases such as SAE. Change-Id: Ib253b303e82f583f61bc13d14c8d491d5ea2af15 CRs-Fixed: 2468738 Signed-off-by: Srinivas Dasari <dasaris@codeaurora.org> Signed-off-by: Jiachao Wu <jiacwu@codeaurora.org> Signed-off-by: Min Liu <minliu@codeaurora.org> Signed-off-by: stonez <stonez@codeaurora.org>
This commit is contained in:
parent
97fe3984e9
commit
350a145574
1 changed files with 3 additions and 0 deletions
|
@ -24,6 +24,9 @@
|
|||
#include <linux/net.h>
|
||||
#include <net/regulatory.h>
|
||||
|
||||
/* Indicate backport support for external authentication*/
|
||||
#define CFG80211_EXTERNAL_AUTH_SUPPORT 1
|
||||
|
||||
/**
|
||||
* DOC: Introduction
|
||||
*
|
||||
|
|
Loading…
Add table
Reference in a new issue