Home
last modified time | relevance | path

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

/freebsd/contrib/wpa/src/fst/
H A Dfst.c33 foreach_fst_ctrl_call(on_event, EVENT_PEER_STATE_CHANGED, in fst_ctrl_iface_notify_peer_state_change()
80 foreach_fst_ctrl_call(on_iface_added, iface); in fst_attach()
97 foreach_fst_ctrl_call(on_iface_removed, iface); in fst_detach()
H A Dfst_internal.h40 #define foreach_fst_ctrl_call(clb, ...) \ macro
H A Dfst_group.c453 foreach_fst_ctrl_call(on_group_created, g); in fst_group_create()
492 foreach_fst_ctrl_call(on_group_deleted, group); in fst_group_delete()
H A Dfst_session.c114 foreach_fst_ctrl_call(on_event, event_type, NULL, s, extra); in fst_session_notify_ctrl()
779 foreach_fst_ctrl_call(on_session_added, s); in fst_session_create()
1127 foreach_fst_ctrl_call(on_session_removed, s); in fst_session_delete()