Searched refs:foreach_fst_ctrl_call (Results 1 – 4 of 4) sorted by relevance
/external/wpa_supplicant_8/src/fst/ |
D | fst.c | 32 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()
|
D | fst_internal.h | 40 #define foreach_fst_ctrl_call(clb, ...) \ macro
|
D | fst_group.c | 364 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()
|
D | fst_session.c | 114 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()
|