Searched refs:event_type (Results 1 – 4 of 4) sorted by relevance
/hostap-latest/src/fst/ |
D | fst_ctrl_iface.c | 82 enum fst_event_type event_type, in fst_ctrl_iface_notify() argument 108 switch (event_type) { in fst_ctrl_iface_notify() 150 fst_session_event_type_name(event_type), in fst_ctrl_iface_notify() 162 fst_session_event_type_name(event_type)); in fst_ctrl_iface_notify() 724 static void fst_ctrl_iface_on_event(enum fst_event_type event_type, in fst_ctrl_iface_on_event() argument 730 fst_ctrl_iface_notify(i, session_id, event_type, extra); in fst_ctrl_iface_on_event()
|
D | fst.h | 207 void (*on_event)(enum fst_event_type event_type, struct fst_iface *i,
|
D | fst_session.c | 111 enum fst_event_type event_type, in fst_session_notify_ctrl() argument 114 foreach_fst_ctrl_call(on_event, event_type, NULL, s, extra); in fst_session_notify_ctrl()
|
/hostap-latest/src/drivers/ |
D | driver_nl80211_event.c | 2462 enum nl80211_radar_event event_type; in nl80211_radar_event() local 2470 event_type = nla_get_u32(tb[NL80211_ATTR_RADAR_EVENT]); in nl80211_radar_event() 2518 switch (event_type) { in nl80211_radar_event() 2540 "received", event_type); in nl80211_radar_event() 3800 enum wpa_event_type event_type; in nl80211_obss_color_event() local 3807 event_type = EVENT_BSS_COLOR_COLLISION; in nl80211_obss_color_event() 3818 event_type = EVENT_CCA_STARTED_NOTIFY; in nl80211_obss_color_event() 3822 event_type = EVENT_CCA_ABORTED_NOTIFY; in nl80211_obss_color_event() 3826 event_type = EVENT_CCA_NOTIFY; in nl80211_obss_color_event() 3850 wpa_supplicant_event(bss->ctx, event_type, &data); in nl80211_obss_color_event()
|