Home
last modified time | relevance | path

Searched refs:username (Results 1 – 14 of 14) sorted by relevance

/Zephyr-Core-3.5.0/samples/net/cloud/mqtt_azure/src/
Dmain.c146 static struct mqtt_utf8 username; in client_init() local
165 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()
/Zephyr-Core-3.5.0/submanifests/
Dexample.yaml.sample17 url: https://github.com/my-username/my-module
/Zephyr-Core-3.5.0/samples/net/cloud/mqtt_azure/
DKconfig9 string "Azure cloud username"
DREADME.rst81 CONFIG_SAMPLE_CLOUD_AZURE_USERNAME="<username>"
/Zephyr-Core-3.5.0/.github/ISSUE_TEMPLATE/
D006_nomination.md31 1. GitHub username
/Zephyr-Core-3.5.0/subsys/shell/backends/
Dshell_mqtt.c198 static struct mqtt_utf8 username; in client_init() local
202 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()
DKconfig.backends233 string "MQTT server username"
235 MQTT server username.
/Zephyr-Core-3.5.0/tests/net/lib/mqtt_packet/
DREADME46 [PASS] 6 - CONNECT, new session, username and password
/Zephyr-Core-3.5.0/include/zephyr/drivers/modem/
Dhl7800.h53 char username[MDM_HL7800_APN_USERNAME_MAX_SIZE]; member
/Zephyr-Core-3.5.0/boards/xtensa/intel_adsp_cavs25/doc/
Dintel_adsp_generic.rst186 scp -r $ZEPHYR_BASE/soc/xtensa/intel_adsp/tools/cavstool.py username@remotehostname
187 scp -r $ZEPHYR_BASE/soc/xtensa/intel_adsp/tools/remote-fw-service.py username@remotehostname
188 ssh username@remotehostname
/Zephyr-Core-3.5.0/drivers/ethernet/
DKconfig.native_posix61 username to run the script if running it as a root user is not
/Zephyr-Core-3.5.0/tests/net/lib/mqtt_packet/src/
Dmqtt_packet.c46 static ZTEST_DMEM struct mqtt_utf8 username = USERNAME; variable
352 .will_message = &will_msg, .user_name = &username,
/Zephyr-Core-3.5.0/doc/develop/west/
Dtroubleshooting.rst27 …west.manifest: running 'git fetch ... https://github.com/your-username/your_project ...' in /some/…
/Zephyr-Core-3.5.0/drivers/modem/
Dhl7800.c2641 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()