Searched refs:ift (Results 1 - 4 of 4) sorted by relevance

/external/dhcpcd-6.8.2/
H A Dif.c699 struct interface *ifp, *ift; local
711 TAILQ_FOREACH(ift, &sorted, next) {
712 if (if_cmp(ifp, ift) == -1) {
713 TAILQ_INSERT_BEFORE(ift, ifp, next);
717 if (ift == NULL)
/external/wpa_supplicant_8/hostapd/src/drivers/
H A Ddriver_nl80211_capa.c181 int ift = nla_type(nl_mode); local
182 if (ift == NL80211_IFTYPE_P2P_GO ||
183 ift == NL80211_IFTYPE_P2P_CLIENT)
185 if (ift == NL80211_IFTYPE_STATION)
/external/wpa_supplicant_8/src/drivers/
H A Ddriver_nl80211_capa.c181 int ift = nla_type(nl_mode); local
182 if (ift == NL80211_IFTYPE_P2P_GO ||
183 ift == NL80211_IFTYPE_P2P_CLIENT)
185 if (ift == NL80211_IFTYPE_STATION)
/external/wpa_supplicant_8/wpa_supplicant/src/drivers/
H A Ddriver_nl80211_capa.c181 int ift = nla_type(nl_mode); local
182 if (ift == NL80211_IFTYPE_P2P_GO ||
183 ift == NL80211_IFTYPE_P2P_CLIENT)
185 if (ift == NL80211_IFTYPE_STATION)

Completed in 65 milliseconds