Home
last modified time | relevance | path

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

/hostap-latest/hostapd/
Dconfig_file.c4300 char *tok_start, *tok_prev; in hostapd_config_fill() local
4317 tok_start = os_strchr(tok_prev, ','); in hostapd_config_fill()
4318 if (tok_start) { in hostapd_config_fill()
4319 domain_len = tok_start - tok_prev; in hostapd_config_fill()
4323 tok_prev = ++tok_start; in hostapd_config_fill()