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 | 3040 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/ |
D | wifi_mgmt.h | 1215 struct wifi_dpp_chirp_params chirp; member
|
/Zephyr-latest/subsys/net/l2/wifi/ |
D | wifi_shell.c | 2912 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,
|