Searched refs:tok_start (Results 1 – 1 of 1) sorted by relevance
4300 char *tok_start, *tok_prev; in hostapd_config_fill() local4317 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()