Home
last modified time | relevance | path

Searched refs:beacon_s (Results 1 – 3 of 3) sorted by relevance

/dports/comms/direwolf/direwolf-1.6/src/
H A Dconfig.h133 struct beacon_s { struct
H A Dbeacon.c301 struct beacon_s *bp = & (g_misc_config_p->beacon[j]); in beacon_init()
565 struct beacon_s *bp = & (g_misc_config_p->beacon[j]); in beacon_thread()
768 struct beacon_s *bp = & (g_misc_config_p->beacon[j]); in beacon_send()
H A Dconfig.c145 static int beacon_options(char *cmd, struct beacon_s *b, int line, struct audio_s *p_audio_config);
4783 memset (&(p_misc_config->beacon[p_misc_config->num_beacons]), 0, sizeof(struct beacon_s)); in config_init()
5248 static int beacon_options(char *cmd, struct beacon_s *b, int line, struct audio_s *p_audio_config) in beacon_options()