Searched full:username (Results 1 – 17 of 17) sorted by relevance
/Zephyr-latest/samples/net/cloud/mqtt_azure/ |
D | Kconfig | 9 string "Azure cloud username" 11 Username of your Azure account.
|
D | README.rst | 41 - ``SAMPLE_CLOUD_AZURE_USERNAME`` - Username field use:: 81 CONFIG_SAMPLE_CLOUD_AZURE_USERNAME="<username>"
|
/Zephyr-latest/submanifests/ |
D | example.yaml.sample | 17 url: https://github.com/my-username/my-module
|
/Zephyr-latest/.github/ISSUE_TEMPLATE/ |
D | 006_nomination.md | 31 1. GitHub username
|
/Zephyr-latest/drivers/modem/ |
D | Kconfig.quectel-bg9x | 42 string "Username for establishing network connection"
|
D | hl7800.c | 1124 /* The access point name (and username and password) are stored in the modem's 2754 /* +WPPP: 1,1,"username","password" */ 2775 memset(iface_ctx.mdm_apn.username, 0, in on_cmd_atcmdinfo_pdp_authentication_cfg() 2776 sizeof(iface_ctx.mdm_apn.username)); in on_cmd_atcmdinfo_pdp_authentication_cfg() 2788 iface_ctx.mdm_apn.username[i++] = *p++; in on_cmd_atcmdinfo_pdp_authentication_cfg() 2791 LOG_WRN("Issue parsing APN username"); in on_cmd_atcmdinfo_pdp_authentication_cfg() 2794 LOG_INF("APN Username: %s", in on_cmd_atcmdinfo_pdp_authentication_cfg() 2795 iface_ctx.mdm_apn.username); in on_cmd_atcmdinfo_pdp_authentication_cfg()
|
/Zephyr-latest/samples/net/cloud/mqtt_azure/src/ |
D | main.c | 147 static struct mqtt_utf8 username; in client_init() local 166 username.utf8 = (uint8_t *)CONFIG_SAMPLE_CLOUD_AZURE_USERNAME; in client_init() 167 username.size = strlen(CONFIG_SAMPLE_CLOUD_AZURE_USERNAME); in client_init() 169 client->user_name = &username; in client_init()
|
/Zephyr-latest/samples/net/mqtt_sn_publisher/compose/ |
D | mosquitto.conf | 286 # connected with its username. This allows authentication to be tied to 289 # If a client connects with no username it will be disconnected as not 367 # to use the CN value from the client certificate as a username. If this is 398 # as its username. Authentication will be carried out using the PSK rather than 399 # the MQTT username/password and so password_file will not be used for this 525 # without providing a username are allowed to connect. If set to 543 # username:password 582 # user <username> 584 # The username referred to here is the same as in password_file. It is 592 # %u to match the username of the client [all …]
|
/Zephyr-latest/tests/net/lib/mqtt/v3_1_1/mqtt_packet/ |
D | README | 46 [PASS] 6 - CONNECT, new session, username and password
|
/Zephyr-latest/boards/intel/adsp/doc/ |
D | intel_adsp_generic.rst | 171 scp -r $ZEPHYR_BASE/soc/intel/intel_adsp/tools/cavstool.py username@remotehostname 172 scp -r $ZEPHYR_BASE/soc/intel/intel_adsp/tools/remote-fw-service.py username@remotehostname 173 ssh username@remotehostname
|
/Zephyr-latest/tests/net/lib/mqtt/v3_1_1/mqtt_packet/src/ |
D | mqtt_packet.c | 16 #define USERNAME MQTT_UTF8_LITERAL("zephyr1") macro 46 static ZTEST_DMEM struct mqtt_utf8 username = USERNAME; variable 334 * Same message as connect6, but set username: zephyr1 and password: password 352 .will_message = &will_msg, .user_name = &username, 588 {.test_name = "CONNECT, new session, username and password",
|
/Zephyr-latest/subsys/shell/backends/ |
D | shell_mqtt.c | 198 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()
|
D | Kconfig.backends | 311 string "MQTT server username" 313 MQTT server username.
|
/Zephyr-latest/subsys/net/lib/mqtt/ |
D | mqtt_encoder.c | 366 /* Pack Username if any. */ in connect_request_encode() 372 "Encoding Username."); in connect_request_encode()
|
/Zephyr-latest/doc/develop/west/ |
D | troubleshooting.rst | 27 …west.manifest: running 'git fetch ... https://github.com/your-username/your_project ...' in /some/…
|
/Zephyr-latest/include/zephyr/drivers/modem/ |
D | hl7800.h | 53 char username[MDM_HL7800_APN_USERNAME_MAX_SIZE]; member
|
/Zephyr-latest/scripts/west_commands/completion/ |
D | west-completion.bash | 141 # False (> 0) if tilde is followed by a valid username, completions 147 # Try generate ~username completions
|