Home | History | Annotate | Download | only in hostapd

Lines Matching refs:ifname

80 			wpa_printf(MSG_ERROR, "Invalid VLAN ifname at line %d "
96 os_strlcpy(vlan->ifname, pos, sizeof(vlan->ifname));
682 static int hostapd_config_bss(struct hostapd_config *conf, const char *ifname)
686 if (*ifname == '\0')
711 os_strlcpy(bss->iface, ifname, sizeof(bss->iface));