Searched refs:tok_prev (Results 1 - 2 of 2) sorted by relevance
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/hostapd/ |
H A D | ap_config_file.c | 4095 char *tok_start, *tok_prev; in hostapd_config_fill() local 4104 tok_prev = pos; in hostapd_config_fill() 4106 while ((tok_prev = os_strchr(tok_prev, ','))) { in hostapd_config_fill() 4108 tok_prev++; in hostapd_config_fill() 4110 tok_prev = pos; in hostapd_config_fill() 4112 tok_start = os_strchr(tok_prev, ','); in hostapd_config_fill() 4114 domain_len = tok_start - tok_prev; in hostapd_config_fill() 4116 os_memcpy(domain_ptr + 1, tok_prev, domain_len); in hostapd_config_fill() 4118 tok_prev in hostapd_config_fill() [all...] |
/third_party/wpa_supplicant/wpa_supplicant-2.9/hostapd/ |
H A D | ap_config_file.c | 3894 char *tok_start, *tok_prev; local 3903 tok_prev = pos; 3905 while ((tok_prev = os_strchr(tok_prev, ','))) { 3907 tok_prev++; 3909 tok_prev = pos; 3911 tok_start = os_strchr(tok_prev, ','); 3913 domain_len = tok_start - tok_prev; 3915 os_memcpy(domain_ptr + 1, tok_prev, domain_len); 3917 tok_prev [all...] |
Completed in 9 milliseconds