OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:CONFIG_TLS
(Results
1 - 3
of
3
) sorted by null
/external/wpa_supplicant_8/hostapd/
Android.mk
503
ifndef
CONFIG_TLS
504
CONFIG_TLS
=openssl
516
ifeq ($(
CONFIG_TLS
), openssl)
530
ifeq ($(
CONFIG_TLS
), gnutls)
551
ifeq ($(
CONFIG_TLS
), schannel)
562
ifeq ($(
CONFIG_TLS
), nss)
577
ifeq ($(
CONFIG_TLS
), internal)
654
ifeq ($(
CONFIG_TLS
), none)
670
ifeq ($(
CONFIG_TLS
), internal)
716
ifneq ($(
CONFIG_TLS
), openssl
[
all
...]
Makefile
459
ifndef
CONFIG_TLS
460
CONFIG_TLS
=openssl
472
ifeq ($(
CONFIG_TLS
), openssl)
486
ifeq ($(
CONFIG_TLS
), gnutls)
503
ifeq ($(
CONFIG_TLS
), schannel)
514
ifeq ($(
CONFIG_TLS
), nss)
529
ifeq ($(
CONFIG_TLS
), internal)
606
ifeq ($(
CONFIG_TLS
), none)
622
ifeq ($(
CONFIG_TLS
), internal)
667
ifneq ($(
CONFIG_TLS
), openssl
[
all
...]
/external/wpa_supplicant_8/wpa_supplicant/
Makefile
893
ifndef
CONFIG_TLS
894
CONFIG_TLS
=openssl
906
ifeq ($(
CONFIG_TLS
), openssl)
925
ifeq ($(
CONFIG_TLS
), gnutls)
942
ifeq ($(
CONFIG_TLS
), schannel)
956
ifeq ($(
CONFIG_TLS
), nss)
972
ifeq ($(
CONFIG_TLS
), internal)
1050
ifeq ($(
CONFIG_TLS
), none)
1076
ifeq ($(
CONFIG_TLS
), internal)
1126
ifneq ($(
CONFIG_TLS
), openssl
[
all
...]
Completed in 166 milliseconds