Home
last modified time | relevance | path

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

/third_party/wpa_supplicant/wpa_supplicant-2.9/src/fst/
H A 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()
328 * This function iterates all connection (other_iface, cur_peer_addr tuples).
329 * For each connection, MB IE (of cur_peer_addr on other_iface) is parsed and
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()
395 struct fst_iface *other_iface; fst_group_get_peer_other_connection() local
[all...]
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/fst/
H A 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()
328 * This function iterates all connection (other_iface, cur_peer_addr tuples).
329 * For each connection, MB IE (of cur_peer_addr on other_iface) is parsed and
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()
395 struct fst_iface *other_iface; fst_group_get_peer_other_connection() local
[all...]

Completed in 2 milliseconds