Home | History | Annotate | Download | only in wpa_supplicant

Lines Matching full:ifindex

4563 		unsigned int ifindex;
4565 ifindex = wpa_s->driver->get_ifindex(wpa_s->drv_priv);
4566 if (ifindex != data->interface_status.ifindex) {
4568 "interface status ifindex %d mismatch (%d)",
4569 ifindex, data->interface_status.ifindex);