Home
last modified time | relevance | path

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

/external/wpa_supplicant_8/hostapd/
Dconfig_file.c3857 char *tok_start, *tok_prev; in hostapd_config_fill() local
3866 tok_prev = pos; in hostapd_config_fill()
3868 while ((tok_prev = os_strchr(tok_prev, ','))) { in hostapd_config_fill()
3870 tok_prev++; in hostapd_config_fill()
3872 tok_prev = pos; in hostapd_config_fill()
3874 tok_start = os_strchr(tok_prev, ','); in hostapd_config_fill()
3876 domain_len = tok_start - tok_prev; in hostapd_config_fill()
3878 os_memcpy(domain_ptr + 1, tok_prev, domain_len); in hostapd_config_fill()
3880 tok_prev = ++tok_start; in hostapd_config_fill()
3882 domain_len = os_strlen(tok_prev); in hostapd_config_fill()
[all …]