# be modified from here. In most cases, these lines should use += in order not
# to override previous values of the variables.
+CFLAGS += -g3
#CFLAGS += -I/usr/local/include/openssl
#LIBS += -L/usr/local/lib
CONFIG_EAP_AKA_PRIME=y
# Enable USIM simulator (Milenage) for EAP-AKA
-#CONFIG_USIM_SIMULATOR=y
+CONFIG_USIM_SIMULATOR=y
+
+# Enable SIM simulator (Milenage) for EAP-SIM
+CONFIG_SIM_SIMULATOR=y
# EAP-SAKE
CONFIG_EAP_SAKE=y
# be modified from here. In most cases, these lines should use += in order not
# to override previous values of the variables.
-
+CFLAGS += -g3
#CFLAGS += -I/usr/local/include/openssl
#LIBS += -L/usr/local/lib
CONFIG_EAP_OTP=y
# EAP-SIM (enable CONFIG_PCSC, if EAP-SIM is used)
-#CONFIG_EAP_SIM=y
+CONFIG_EAP_SIM=y
# EAP-PSK (experimental; this is _not_ needed for WPA-PSK)
CONFIG_EAP_PSK=y
CONFIG_EAP_AKA_PRIME=y
# Enable USIM simulator (Milenage) for EAP-AKA
-#CONFIG_USIM_SIMULATOR=y
+CONFIG_USIM_SIMULATOR=y
+
+# Enable SIM simulator (Milenage) for EAP-SIM
+CONFIG_SIM_SIMULATOR=y
# EAP-SAKE
CONFIG_EAP_SAKE=y
# be modified from here. In most cases, these lines should use += in order not
# to override previous values of the variables.
-CFLAGS += -I /usr/local/opt/openssl/include -I/usr/local/include/openssl
+CFLAGS += -g3 -I /usr/local/opt/openssl/include -I/usr/local/include/openssl
LIBS += -L/usr/local/opt/openssl/lib -L/usr/local/lib
# Some Red Hat versions seem to include kerberos header files from OpenSSL, but
CONFIG_EAP_OTP=y
# EAP-SIM (enable CONFIG_PCSC, if EAP-SIM is used)
-#CONFIG_EAP_SIM=y
+CONFIG_EAP_SIM=y
# EAP-PSK (experimental; this is _not_ needed for WPA-PSK)
CONFIG_EAP_PSK=y
CONFIG_EAP_AKA_PRIME=y
# Enable USIM simulator (Milenage) for EAP-AKA
-#CONFIG_USIM_SIMULATOR=y
+CONFIG_USIM_SIMULATOR=y
+
+# Enable SIM simulator (Milenage) for EAP-SIM
+CONFIG_SIM_SIMULATOR=y
# EAP-SAKE
CONFIG_EAP_SAKE=y