Home
last modified time | relevance | path

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

/freebsd/contrib/wpa/hostapd/
H A Dconfig_file.c4231 char *tok_start, *tok_prev; in hostapd_config_fill() local
4240 tok_prev = pos; in hostapd_config_fill()
4242 while ((tok_prev = os_strchr(tok_prev, ','))) { in hostapd_config_fill()
4244 tok_prev++; in hostapd_config_fill()
4246 tok_prev = pos; in hostapd_config_fill()
4248 tok_start = os_strchr(tok_prev, ','); in hostapd_config_fill()
4250 domain_len = tok_start - tok_prev; in hostapd_config_fill()
4252 os_memcpy(domain_ptr + 1, tok_prev, domain_len); in hostapd_config_fill()
4254 tok_prev = ++tok_start; in hostapd_config_fill()
4256 domain_len = os_strlen(tok_prev); in hostapd_config_fill()
[all …]