Home | History | Annotate | Download | only in wpa_supplicant

Lines Matching refs:ifindex2

68 	int ifindex2;
723 if (drv->ifindex == ifindex || drv->ifindex2 == ifindex)
2181 drv->ifindex2 = -1;
2185 drv->ifindex2 = if_nametoindex(ifname);
2186 if (drv->ifindex2 <= 0)
2190 "wireless events", drv->ifindex2, ifname);