2018-09-10 21:44:12 -04:00
|
|
|
# Embed CA, certificate & key directly into binary
|
2019-04-28 03:38:46 -04:00
|
|
|
idf_component_register(SRCS "wpa2_enterprise_main.c"
|
|
|
|
INCLUDE_DIRS "."
|
2020-11-10 02:40:01 -05:00
|
|
|
EMBED_TXTFILES wpa2_ca.pem wpa2_client.crt wpa2_client.key)
|