modules: hostap: Fix missing EAP-LEAP
When built with LEAP only this causes a build failure. Signed-off-by: Chaitanya Tata <Chaitanya.Tata@nordicsemi.no>
This commit is contained in:
parent
ffb2f8764f
commit
3435608cca
1 changed files with 2 additions and 1 deletions
|
@ -15,7 +15,8 @@
|
|||
!defined(CONFIG_EAP_PSK) && !defined(CONFIG_EAP_PAX) && \
|
||||
!defined(CONFIG_EAP_SAKE) && !defined(CONFIG_EAP_GPSK) && \
|
||||
!defined(CONFIG_EAP_PWD) && !defined(CONFIG_EAP_EKE) && \
|
||||
!defined(CONFIG_EAP_IKEV2) && !defined(CONFIG_EAP_GTC)
|
||||
!defined(CONFIG_EAP_IKEV2) && !defined(CONFIG_EAP_GTC) && \
|
||||
!defined(CONFIG_EAP_LEAP)
|
||||
#error "At least one of the following EAP methods need to be defined \
|
||||
CONFIG_EAP_TLS \
|
||||
CONFIG_EAP_TTLS \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue