Home
last modified time | relevance | path

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

/external/wpa_supplicant_8/src/utils/
Dutils_module_tests.c576 hostapd_ip_txt(NULL, buf, sizeof(buf)) != NULL || in ip_addr_tests()
577 hostapd_ip_txt(&addr, buf, 1) != buf || buf[0] != '\0' || in ip_addr_tests()
578 hostapd_ip_txt(&addr, buf, 0) != NULL || in ip_addr_tests()
579 hostapd_ip_txt(&addr, buf, sizeof(buf)) != buf) in ip_addr_tests()
584 hostapd_ip_txt(&addr, buf, 1) != buf || buf[0] != '\0' || in ip_addr_tests()
585 hostapd_ip_txt(&addr, buf, sizeof(buf)) != buf) in ip_addr_tests()
Dip_addr.h23 const char * hostapd_ip_txt(const struct hostapd_ip_addr *addr, char *buf,
Dip_addr.c14 const char * hostapd_ip_txt(const struct hostapd_ip_addr *addr, char *buf, in hostapd_ip_txt() function
/external/wpa_supplicant_8/src/radius/
Dradius_client.c568 hostapd_ip_txt(&old->addr, abuf, sizeof(abuf)), in radius_client_auth_failover()
597 hostapd_ip_txt(&old->addr, abuf, sizeof(abuf)), in radius_client_acct_failover()
1061 hostapd_ip_txt(&nserv->addr, abuf, sizeof(abuf)), in radius_change_server()
1566 hostapd_ip_txt(&serv->addr, abuf, sizeof(abuf)), in radius_client_dump_auth_server()
1614 hostapd_ip_txt(&serv->addr, abuf, sizeof(abuf)), in radius_client_dump_acct_server()