Home | History | Annotate | Download | only in wps

Lines Matching full:ifname

1228 wps_er_init(struct wps_context *wps, const char *ifname, const char *filter)
1243 os_strlcpy(er->ifname, ifname, sizeof(er->ifname));
1263 if (get_netif_info(ifname, &er->ip_addr, &er->ip_addr_text,
1266 "for %s. Does it have IP address?", ifname);
1286 wpa_printf(MSG_DEBUG, "WPS ER: Start (ifname=%s ip_addr=%s)",
1287 er->ifname, er->ip_addr_text);