Searched refs:fst_iface_is_connected (Results 1 - 6 of 6) sorted by relevance

/freebsd-11.0-release/contrib/wpa/src/fst/
H A Dfst_iface.c52 Boolean fst_iface_is_connected(struct fst_iface *iface, const u8 *addr) function
H A Dfst_iface.h126 Boolean fst_iface_is_connected(struct fst_iface *iface, const u8 *addr);
H A Dfst.c163 if (fst_iface_is_connected(iface, mgmt->sa))
H A Dfst_session.c866 if (!fst_iface_is_connected(s->data.old_iface, s->data.old_peer_addr)) {
872 if (!fst_iface_is_connected(s->data.new_iface, s->data.new_peer_addr)) {
969 if (!fst_iface_is_connected(s->data.old_iface, s->data.old_peer_addr)) {
H A Dfst_group.c248 fst_iface_is_connected(iface, peer_addr) &&
H A Dfst_ctrl_iface.c752 if (fst_iface_is_connected(f, addr)) {

Completed in 54 milliseconds