Searched refs:bands (Results 1 – 12 of 12) sorted by relevance
/Zephyr-Core-3.7.0/drivers/modem/ |
D | Kconfig.simcom-sim7080 | 39 string "LTE bands the driver can use" 42 Comma separated list of usable lte bands.
|
D | Kconfig.hl7800 | 70 bool "Configure modem bands" 73 Choose this setting to configure which LTE bands the
|
D | hl7800.c | 5189 static int set_bands(const char *bands, bool full_reboot) in set_bands() argument 5194 snprintk(cmd, sizeof(cmd), "AT+KBNDCFG=%d,%s", iface_ctx.mdm_rat, bands); in set_bands() 5214 int32_t mdm_hl7800_set_bands(const char *bands) in mdm_hl7800_set_bands() argument 5220 if ((bands == NULL) || (strlen(bands) > MDM_BAND_BITMAP_STR_LENGTH_MAX) || in mdm_hl7800_set_bands() 5221 (strlen(bands) < MDM_BAND_BITMAP_STR_LENGTH_MIN)) { in mdm_hl7800_set_bands() 5225 if (strlen(bands) < MDM_BAND_BITMAP_STR_LENGTH_MAX) { in mdm_hl7800_set_bands() 5226 num_leading_zeros = MDM_BAND_BITMAP_STR_LENGTH_MAX - strlen(bands); in mdm_hl7800_set_bands() 5230 strncpy(temp_bands + (i + 1), bands, sizeof(temp_bands) - (i + 1)); in mdm_hl7800_set_bands() 5234 memcpy(temp_bands, bands, sizeof(temp_bands)); in mdm_hl7800_set_bands()
|
/Zephyr-Core-3.7.0/include/zephyr/drivers/ |
D | cellular.h | 51 uint16_t *bands; member
|
/Zephyr-Core-3.7.0/include/zephyr/drivers/modem/ |
D | hl7800.h | 529 int32_t mdm_hl7800_set_bands(const char *bands);
|
/Zephyr-Core-3.7.0/drivers/ieee802154/ |
D | Kconfig.cc1200 | 102 MR-FSK PHY but not in one of the standard bands.
|
/Zephyr-Core-3.7.0/subsys/net/l2/wifi/ |
D | Kconfig | 64 There are approximately 100 channels allocated across the three supported bands.
|
D | wifi_shell.c | 701 if (wifi_utils_parse_scan_bands(state->optarg, ¶ms->bands)) { in wifi_scan_args_to_params()
|
/Zephyr-Core-3.7.0/include/zephyr/net/ |
D | wifi_mgmt.h | 320 uint8_t bands; member
|
/Zephyr-Core-3.7.0/boards/seeed/lora_e5_dev_board/doc/ |
D | lora_e5_dev_board.rst | 12 868/915MHz frequency bands with up to 20.8dBm output power at 3.3V.
|
/Zephyr-Core-3.7.0/doc/releases/ |
D | release-notes-3.5.rst | 957 setting active and passive channel dwell times and frequency bands.
|
D | release-notes-3.2.rst | 886 * Extended Wi-Fi headers with additional Wi-Fi parameters (security, bands,
|