Makefile (c1d255d3ffdbe447de3ab875bf4e7d7accc5bfc5) Makefile (32a95656b51ebefcdf3e0b02c110825f59abd26f)
1ALL=hostapd hostapd_cli
2CONFIG_FILE = .config
3
4include ../src/build.rules
5
6ifdef LIBS
7# If LIBS is set with some global build system defaults, clone those for
8# LIBS_c, LIBS_h, and LIBS_n to cover hostapd_cli, hlr_auc_gw, and

--- 579 unchanged lines hidden (view full) ---

588NEED_ECC=y
589NEED_JSON=y
590NEED_GAS=y
591NEED_BASE64=y
592NEED_ASN1=y
593ifdef CONFIG_DPP2
594CFLAGS += -DCONFIG_DPP2
595endif
1ALL=hostapd hostapd_cli
2CONFIG_FILE = .config
3
4include ../src/build.rules
5
6ifdef LIBS
7# If LIBS is set with some global build system defaults, clone those for
8# LIBS_c, LIBS_h, and LIBS_n to cover hostapd_cli, hlr_auc_gw, and

--- 579 unchanged lines hidden (view full) ---

588NEED_ECC=y
589NEED_JSON=y
590NEED_GAS=y
591NEED_BASE64=y
592NEED_ASN1=y
593ifdef CONFIG_DPP2
594CFLAGS += -DCONFIG_DPP2
595endif
596ifdef CONFIG_DPP3
597CFLAGS += -DCONFIG_DPP3
596endif
598endif
599endif
597
598ifdef CONFIG_PASN
599CFLAGS += -DCONFIG_PASN
600CFLAGS += -DCONFIG_PTKSA_CACHE
601NEED_HMAC_SHA256_KDF=y
602NEED_HMAC_SHA384_KDF=y
603NEED_SHA256=y
604NEED_SHA384=y

--- 771 unchanged lines hidden ---
600
601ifdef CONFIG_PASN
602CFLAGS += -DCONFIG_PASN
603CFLAGS += -DCONFIG_PTKSA_CACHE
604NEED_HMAC_SHA256_KDF=y
605NEED_HMAC_SHA384_KDF=y
606NEED_SHA256=y
607NEED_SHA384=y

--- 771 unchanged lines hidden ---