Home
last modified time | relevance | path

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

/external/wpa_supplicant_8/src/fst/
Dfst.c32 foreach_fst_ctrl_call(on_event, EVENT_PEER_STATE_CHANGED, in fst_ctrl_iface_notify_peer_state_change()
79 foreach_fst_ctrl_call(on_iface_added, iface); in fst_attach()
96 foreach_fst_ctrl_call(on_iface_removed, iface); in fst_detach()
Dfst_internal.h40 #define foreach_fst_ctrl_call(clb, ...) \ macro
Dfst_group.c364 foreach_fst_ctrl_call(on_group_created, g); in fst_group_create()
403 foreach_fst_ctrl_call(on_group_deleted, group); in fst_group_delete()
Dfst_session.c114 foreach_fst_ctrl_call(on_event, event_type, NULL, s, extra); in fst_session_notify_ctrl()
802 foreach_fst_ctrl_call(on_session_added, s); in fst_session_create()
1150 foreach_fst_ctrl_call(on_session_removed, s); in fst_session_delete()