Home
last modified time | relevance | path

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

/hostap-latest/hostapd/
Dconfig_file.c4301 u8 *domain_list, *domain_ptr; in hostapd_config_fill() local
4308 domain_ptr = domain_list; in hostapd_config_fill()
4320 *domain_ptr = domain_len; in hostapd_config_fill()
4321 os_memcpy(domain_ptr + 1, tok_prev, domain_len); in hostapd_config_fill()
4322 domain_ptr += domain_len + 1; in hostapd_config_fill()
4326 *domain_ptr = domain_len; in hostapd_config_fill()
4327 os_memcpy(domain_ptr + 1, tok_prev, domain_len); in hostapd_config_fill()
4328 domain_ptr += domain_len + 1; in hostapd_config_fill()