Home | History | Annotate | Download | only in wpa_supplicant

Lines Matching refs:ifi

690 	struct ifinfomsg *ifi;
694 ifi = NLMSG_DATA(h);
702 attr = (struct rtattr *) (((char *) ifi) + nlmsg_len);
742 struct ifinfomsg *ifi;
746 if (len < sizeof(*ifi))
749 ifi = NLMSG_DATA(h);
751 if (!wpa_driver_wext_own_ifindex(drv, ifi->ifi_index, h)) {
753 ifi->ifi_index);
759 drv->operstate, ifi->ifi_flags,
760 (ifi->ifi_flags & IFF_UP) ? "[UP]" : "",
761 (ifi->ifi_flags & IFF_RUNNING) ? "[RUNNING]" : "",
762 (ifi->ifi_flags & IFF_LOWER_UP) ? "[LOWER_UP]" : "",
763 (ifi->ifi_flags & IFF_DORMANT) ? "[DORMANT]" : "");
771 (ifi->ifi_flags & (IFF_LOWER_UP | IFF_DORMANT)) == IFF_LOWER_UP &&
772 !(ifi->ifi_flags & IFF_RUNNING))
781 attr = (struct rtattr *) (((char *) ifi) + nlmsg_len);
803 struct ifinfomsg *ifi;
807 if (len < sizeof(*ifi))
810 ifi = NLMSG_DATA(h);
818 attr = (struct rtattr *) (((char *) ifi) + nlmsg_len);