Home | History | Annotate | Download | only in wpa_supplicant

Lines Matching full:ifindex

4047 		unsigned int ifindex;
4049 ifindex = wpa_s->driver->get_ifindex(wpa_s->drv_priv);
4050 if (ifindex != data->interface_status.ifindex) {
4052 "interface status ifindex %d mismatch (%d)",
4053 ifindex, data->interface_status.ifindex);