Home
last modified time | relevance | path

Searched refs:chirp (Results 1 – 5 of 5) sorted by relevance

/Zephyr-latest/doc/connectivity/lora_lorawan/
Dindex.rst13 LoRa acts as the physical layer (PHY) based on the chirp spread spectrum
/Zephyr-latest/boards/tdk/robokit1/doc/
Dindex.rst7 number of small ground robotics useful sensors including chirp sensors for time of flight
/Zephyr-latest/modules/hostap/src/
Dsupp_api.c3040 if (params->chirp.id) {
3041 snprintf(pos, end - pos, " own=%d", params->chirp.id);
3045 if (params->chirp.freq) {
3046 snprintf(pos, end - pos, " listen=%d", params->chirp.freq);
/Zephyr-latest/include/zephyr/net/
Dwifi_mgmt.h1215 struct wifi_dpp_chirp_params chirp; member
/Zephyr-latest/subsys/net/l2/wifi/
Dwifi_shell.c2912 params->chirp.id = shell_strtol(state->optarg, 10, &ret); in parse_dpp_args_chirp()
2915 params->chirp.freq = shell_strtol(state->optarg, 10, &ret); in parse_dpp_args_chirp()
3540 SHELL_CMD_ARG(chirp, NULL,