Home
last modified time | relevance | path

Searched full:auth_token (Results 1 – 2 of 2) sorted by relevance

/Zephyr-latest/include/zephyr/mgmt/hawkbit/
Dconfig.h37 char *auth_token; member
70 .auth_token = NULL, in hawkbit_set_server_addr()
89 .auth_token = NULL, in hawkbit_set_server_port()
108 .auth_token = token, in hawkbit_set_ddi_security_token()
127 .auth_token = NULL, in hawkbit_set_tls_tag()
161 return hawkbit_get_config().auth_token; in hawkbit_get_ddi_security_token()
/Zephyr-latest/subsys/mgmt/hawkbit/
Dhawkbit.c787 if (config->auth_token != NULL) { in hawkbit_set_config()
788 strncpy(hb_cfg.ddi_security_token, config->auth_token, in hawkbit_set_config()
816 .auth_token = HAWKBIT_DDI_SECURITY_TOKEN, in hawkbit_get_config()