Searched refs:fst_iface_get_peer_next (Results 1 – 8 of 8) sorted by relevance
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/fst/ |
D | fst_iface.c | 58 for (; a != NULL; a = fst_iface_get_peer_next(iface, &ctx, mb_only)) in fst_iface_is_connected()
|
D | fst_iface.h | 119 static inline const u8 * fst_iface_get_peer_next(struct fst_iface *i, in fst_iface_get_peer_next() function
|
D | fst_group.c | 352 cur_peer_addr = fst_iface_get_peer_next(other_iface, &ctx, in fst_group_get_peer_other_connection_2()
|
D | fst_ctrl_iface.c | 543 for (; addr != NULL; addr = fst_iface_get_peer_next(f, &ctx, FALSE)) { in iface_peers()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/fst/ |
D | fst_iface.c | 58 for (; a != NULL; a = fst_iface_get_peer_next(iface, &ctx, mb_only)) in fst_iface_is_connected()
|
D | fst_iface.h | 119 static inline const u8 * fst_iface_get_peer_next(struct fst_iface *i, in fst_iface_get_peer_next() function
|
D | fst_group.c | 352 cur_peer_addr = fst_iface_get_peer_next(other_iface, &ctx, in fst_group_get_peer_other_connection_2()
|
D | fst_ctrl_iface.c | 543 for (; addr != NULL; addr = fst_iface_get_peer_next(f, &ctx, false)) { in iface_peers()
|