Searched refs:hostapd_ip_txt (Results 1 - 5 of 5) sorted by relevance

/freebsd-13-stable/contrib/wpa/src/utils/
H A Dip_addr.h23 const char * hostapd_ip_txt(const struct hostapd_ip_addr *addr, char *buf,
H A Dip_addr.c14 const char * hostapd_ip_txt(const struct hostapd_ip_addr *addr, char *buf, function
H A Dutils_module_tests.c578 hostapd_ip_txt(NULL, buf, sizeof(buf)) != NULL ||
579 hostapd_ip_txt(&addr, buf, 1) != buf || buf[0] != '\0' ||
580 hostapd_ip_txt(&addr, buf, 0) != NULL ||
581 hostapd_ip_txt(&addr, buf, sizeof(buf)) != buf)
586 hostapd_ip_txt(&addr, buf, 1) != buf || buf[0] != '\0' ||
587 hostapd_ip_txt(&addr, buf, sizeof(buf)) != buf)
/freebsd-13-stable/contrib/wpa/src/radius/
H A Dradius_client.c588 hostapd_ip_txt(&old->addr, abuf, sizeof(abuf)),
617 hostapd_ip_txt(&old->addr, abuf, sizeof(abuf)),
1084 hostapd_ip_txt(&nserv->addr, abuf, sizeof(abuf)),
1588 hostapd_ip_txt(&serv->addr, abuf, sizeof(abuf)),
1636 hostapd_ip_txt(&serv->addr, abuf, sizeof(abuf)),
/freebsd-13-stable/contrib/wpa/src/common/
H A Ddpp.c9107 conn->sock, hostapd_ip_txt(&ctrl->ipaddr, txt, sizeof(txt)));
9918 hostapd_ip_txt(addr, txt, sizeof(txt)), port);

Completed in 196 milliseconds