Searched refs:chirp (Results 1 – 5 of 5) sorted by relevance
/Zephyr-latest/doc/connectivity/lora_lorawan/ |
D | index.rst | 13 LoRa acts as the physical layer (PHY) based on the chirp spread spectrum
|
/Zephyr-latest/boards/tdk/robokit1/doc/ |
D | index.rst | 7 number of small ground robotics useful sensors including chirp sensors for time of flight
|
/Zephyr-latest/modules/hostap/src/ |
D | supp_api.c | 3125 if (params->chirp.id) { 3126 snprintf(pos, end - pos, " own=%d", params->chirp.id); 3130 if (params->chirp.freq) { 3131 snprintf(pos, end - pos, " listen=%d", params->chirp.freq);
|
/Zephyr-latest/include/zephyr/net/ |
D | wifi_mgmt.h | 1217 struct wifi_dpp_chirp_params chirp; member
|
/Zephyr-latest/subsys/net/l2/wifi/ |
D | wifi_shell.c | 2945 params->chirp.id = shell_strtol(state->optarg, 10, &ret); in parse_dpp_args_chirp() 2948 params->chirp.freq = shell_strtol(state->optarg, 10, &ret); in parse_dpp_args_chirp() 3575 SHELL_CMD_ARG(chirp, NULL,
|