Searched refs:port_str (Results 1 – 2 of 2) sorted by relevance
397 char port_str[40]; local466 os_snprintf(port_str, sizeof(port_str), "udp:%d", port);468 wpa_s->conf->ctrl_interface = os_strdup(port_str);
4742 char port_str[40], *tmp; in hostapd_ctrl_iface_init() local4807 os_snprintf(port_str, sizeof(port_str), "udp:%d", port); in hostapd_ctrl_iface_init()4808 tmp = os_strdup(port_str); in hostapd_ctrl_iface_init()