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
496
ifndef
CONFIG_TLS
497
CONFIG_TLS
=openssl
509
ifeq ($(
CONFIG_TLS
), openssl)
523
ifeq ($(
CONFIG_TLS
), gnutls)
544
ifeq ($(
CONFIG_TLS
), schannel)
555
ifeq ($(
CONFIG_TLS
), nss)
570
ifeq ($(
CONFIG_TLS
), internal)
647
ifeq ($(
CONFIG_TLS
), none)
663
ifeq ($(
CONFIG_TLS
), internal)
709
ifneq ($(
CONFIG_TLS
), openssl
[
all
...]
Makefile
452
ifndef
CONFIG_TLS
453
CONFIG_TLS
=openssl
465
ifeq ($(
CONFIG_TLS
), openssl)
479
ifeq ($(
CONFIG_TLS
), gnutls)
496
ifeq ($(
CONFIG_TLS
), schannel)
507
ifeq ($(
CONFIG_TLS
), nss)
522
ifeq ($(
CONFIG_TLS
), internal)
599
ifeq ($(
CONFIG_TLS
), none)
615
ifeq ($(
CONFIG_TLS
), internal)
660
ifneq ($(
CONFIG_TLS
), openssl
[
all
...]
/external/wpa_supplicant_8/wpa_supplicant/
Makefile
881
ifndef
CONFIG_TLS
882
CONFIG_TLS
=openssl
894
ifeq ($(
CONFIG_TLS
), openssl)
913
ifeq ($(
CONFIG_TLS
), gnutls)
930
ifeq ($(
CONFIG_TLS
), schannel)
944
ifeq ($(
CONFIG_TLS
), nss)
960
ifeq ($(
CONFIG_TLS
), internal)
1038
ifeq ($(
CONFIG_TLS
), none)
1064
ifeq ($(
CONFIG_TLS
), internal)
1114
ifneq ($(
CONFIG_TLS
), openssl
[
all
...]
Completed in 8010 milliseconds