Home | History | Annotate | Download | only in ap

Lines Matching refs:ifname

36 	char *ifname;
51 "from interface '%s'", piface->ifname);
97 static int rsn_preauth_iface_add(struct hostapd_data *hapd, const char *ifname)
101 wpa_printf(MSG_DEBUG, "RSN pre-auth interface '%s'", ifname);
108 piface->ifname = os_strdup(ifname);
109 if (piface->ifname == NULL) {
113 piface->l2 = l2_packet_init(piface->ifname, NULL, ETH_P_PREAUTH,
126 os_free(piface->ifname);
143 os_free(prev->ifname);