Home
last modified time | relevance | path

Searched refs:bands (Results 1 – 15 of 15) sorted by relevance

/Zephyr-latest/drivers/modem/
DKconfig.simcom-sim708039 string "LTE bands the driver can use"
42 Comma separated list of usable lte bands.
DKconfig.hl780070 bool "Configure modem bands"
73 Choose this setting to configure which LTE bands the
Dhl7800.c5277 static int set_bands(const char *bands, bool full_reboot) in set_bands() argument
5282 snprintk(cmd, sizeof(cmd), "AT+KBNDCFG=%d,%s", iface_ctx.mdm_rat, bands); in set_bands()
5302 int32_t mdm_hl7800_set_bands(const char *bands) in mdm_hl7800_set_bands() argument
5308 if ((bands == NULL) || (strlen(bands) > MDM_BAND_BITMAP_STR_LENGTH_MAX) || in mdm_hl7800_set_bands()
5309 (strlen(bands) < MDM_BAND_BITMAP_STR_LENGTH_MIN)) { in mdm_hl7800_set_bands()
5313 if (strlen(bands) < MDM_BAND_BITMAP_STR_LENGTH_MAX) { in mdm_hl7800_set_bands()
5314 num_leading_zeros = MDM_BAND_BITMAP_STR_LENGTH_MAX - strlen(bands); in mdm_hl7800_set_bands()
5318 strncpy(temp_bands + (i + 1), bands, sizeof(temp_bands) - (i + 1)); in mdm_hl7800_set_bands()
5322 memcpy(temp_bands, bands, sizeof(temp_bands)); in mdm_hl7800_set_bands()
/Zephyr-latest/drivers/wifi/nrf_wifi/src/
Dwifi_mgmt_scan.c95 if (params->bands & band_flags) { in nrf_wifi_disp_scan_zep()
96 LOG_ERR("%s: Unsupported band(s) (0x%X)", __func__, params->bands); in nrf_wifi_disp_scan_zep()
138 scan_info->scan_params.bands = params->bands; in nrf_wifi_disp_scan_zep()
/Zephyr-latest/include/zephyr/drivers/
Dcellular.h51 uint16_t *bands; member
/Zephyr-latest/include/zephyr/drivers/modem/
Dhl7800.h542 int32_t mdm_hl7800_set_bands(const char *bands);
/Zephyr-latest/drivers/ieee802154/
DKconfig.cc1200102 MR-FSK PHY but not in one of the standard bands.
/Zephyr-latest/subsys/net/l2/wifi/
DKconfig64 There are approximately 100 channels allocated across the three supported bands.
Dwifi_shell.c1038 if (wifi_utils_parse_scan_bands(state->optarg, &params->bands)) { in wifi_scan_args_to_params()
/Zephyr-latest/drivers/wifi/siwx91x/
Dsiwx91x_wifi.c238 if (z_scan_config->bands & ~(BIT(WIFI_FREQ_BAND_UNKNOWN) | BIT(WIFI_FREQ_BAND_2_4_GHZ))) { in siwx91x_scan()
/Zephyr-latest/drivers/wifi/nxp/
Dnxp_wifi_drv.c798 if (params->bands & (1 << WIFI_FREQ_BAND_6_GHZ)) { in nxp_wifi_scan()
835 if (params->bands & (1 << WIFI_FREQ_BAND_2_4_GHZ)) { in nxp_wifi_scan()
839 if (params->bands & (1 << WIFI_FREQ_BAND_5_GHZ)) { in nxp_wifi_scan()
847 if (params->bands & (1 << WIFI_FREQ_BAND_5_GHZ)) { in nxp_wifi_scan()
/Zephyr-latest/boards/seeed/lora_e5_dev_board/doc/
Dlora_e5_dev_board.rst9 868/915MHz frequency bands with up to 20.8dBm output power at 3.3V.
/Zephyr-latest/include/zephyr/net/
Dwifi_mgmt.h455 uint8_t bands; member
/Zephyr-latest/doc/releases/
Drelease-notes-3.5.rst957 setting active and passive channel dwell times and frequency bands.
Drelease-notes-3.2.rst886 * Extended Wi-Fi headers with additional Wi-Fi parameters (security, bands,