Searched refs:username (Results 1 – 14 of 14) sorted by relevance
146 static struct mqtt_utf8 username; in client_init() local165 username.utf8 = (uint8_t *)CONFIG_SAMPLE_CLOUD_AZURE_USERNAME; in client_init()166 username.size = strlen(CONFIG_SAMPLE_CLOUD_AZURE_USERNAME); in client_init()168 client->user_name = &username; in client_init()
17 url: https://github.com/my-username/my-module
9 string "Azure cloud username"
81 CONFIG_SAMPLE_CLOUD_AZURE_USERNAME="<username>"
31 1. GitHub username
198 static struct mqtt_utf8 username; in client_init() local202 username.utf8 = (uint8_t *)MQTT_USERNAME; in client_init()203 username.size = strlen(MQTT_USERNAME); in client_init()213 sh_mqtt->mqtt_cli.user_name = &username; in client_init()
233 string "MQTT server username"235 MQTT server username.
46 [PASS] 6 - CONNECT, new session, username and password
53 char username[MDM_HL7800_APN_USERNAME_MAX_SIZE]; member
186 scp -r $ZEPHYR_BASE/soc/xtensa/intel_adsp/tools/cavstool.py username@remotehostname187 scp -r $ZEPHYR_BASE/soc/xtensa/intel_adsp/tools/remote-fw-service.py username@remotehostname188 ssh username@remotehostname
61 username to run the script if running it as a root user is not
46 static ZTEST_DMEM struct mqtt_utf8 username = USERNAME; variable352 .will_message = &will_msg, .user_name = &username,
27 …west.manifest: running 'git fetch ... https://github.com/your-username/your_project ...' in /some/…
2641 memset(iface_ctx.mdm_apn.username, 0, in on_cmd_atcmdinfo_pdp_authentication_cfg()2642 sizeof(iface_ctx.mdm_apn.username)); in on_cmd_atcmdinfo_pdp_authentication_cfg()2654 iface_ctx.mdm_apn.username[i++] = *p++; in on_cmd_atcmdinfo_pdp_authentication_cfg()2658 iface_ctx.mdm_apn.username); in on_cmd_atcmdinfo_pdp_authentication_cfg()