HomeSort by: relevance | last modified time | path
    Searched refs:foreach_fst_ctrl_call (Results 1 - 4 of 4) sorted by relevancy

  /src/external/bsd/wpa/dist/src/fst/
fst_internal.h 40 #define foreach_fst_ctrl_call(clb, ...) \ macro
fst.c 33 foreach_fst_ctrl_call(on_event, EVENT_PEER_STATE_CHANGED,
80 foreach_fst_ctrl_call(on_iface_added, iface);
97 foreach_fst_ctrl_call(on_iface_removed, iface);
fst_group.c 453 foreach_fst_ctrl_call(on_group_created, g);
492 foreach_fst_ctrl_call(on_group_deleted, group);
fst_session.c 114 foreach_fst_ctrl_call(on_event, event_type, NULL, s, extra);
779 foreach_fst_ctrl_call(on_session_added, s);
1127 foreach_fst_ctrl_call(on_session_removed, s);

Completed in 17 milliseconds