Home
last modified time | relevance | path

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

/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/hostapd/
H A Dap_config_file.c4095 char *tok_start, *tok_prev; in hostapd_config_fill() local
4112 tok_start = os_strchr(tok_prev, ','); in hostapd_config_fill()
4113 if (tok_start) { in hostapd_config_fill()
4114 domain_len = tok_start - tok_prev; in hostapd_config_fill()
4118 tok_prev = ++tok_start; in hostapd_config_fill()
/third_party/wpa_supplicant/wpa_supplicant-2.9/hostapd/
H A Dap_config_file.c3894 char *tok_start, *tok_prev; local
3911 tok_start = os_strchr(tok_prev, ',');
3912 if (tok_start) {
3913 domain_len = tok_start - tok_prev;
3917 tok_prev = ++tok_start;

Completed in 12 milliseconds