Home
last modified time | relevance | path

Searched refs:other_iface (Results 1 – 1 of 1) sorted by relevance

/external/wpa_supplicant_8/src/fst/
Dfst_group.c285 struct fst_iface *other_iface; in fst_group_get_peer_other_connection_1() local
304 foreach_fst_group_iface(fst_iface_get_group(iface), other_iface) { in fst_group_get_peer_other_connection_1()
305 if (other_iface == iface || in fst_group_get_peer_other_connection_1()
306 band_id != fst_iface_get_band_id(other_iface)) in fst_group_get_peer_other_connection_1()
308 if (fst_iface_is_connected(other_iface, tmp_peer_addr, FALSE)) { in fst_group_get_peer_other_connection_1()
310 return other_iface; in fst_group_get_peer_other_connection_1()
342 struct fst_iface *other_iface; in fst_group_get_peer_other_connection_2() local
345 foreach_fst_group_iface(fst_iface_get_group(iface), other_iface) { in fst_group_get_peer_other_connection_2()
346 if (other_iface == iface || in fst_group_get_peer_other_connection_2()
347 band_id != fst_iface_get_band_id(other_iface)) in fst_group_get_peer_other_connection_2()
[all …]