Lines Matching refs:event
2 * WPA Supplicant - Driver event processing
371 "event");
374 wpa_dbg(wpa_s, MSG_DEBUG, "RSN: PMKID candidate event - bssid=" MACSTR
2395 wpa_dbg(wpa_s, MSG_DEBUG, "Association info event");
2708 "FST: MB IEs updated from association event Beacon IEs");
2854 * Set the key after having received joined-IBSS event
3047 wpa_dbg(wpa_s, MSG_DEBUG, "Disconnect event - ignore in "
3120 wpa_dbg(wpa_s, MSG_DEBUG, "Disconnect event - remove keys");
3553 wpa_dbg(wpa_s, MSG_DEBUG, "Ignore deauth event in AP mode");
3622 wpa_dbg(wpa_s, MSG_DEBUG, "Ignore disassoc event in AP mode");
3722 * assumed the REGDOM_CHANGE event is sent over the initially added
3724 * send the event.
3738 return; /* Ignore event during drv initialization */
3905 union wpa_event_data *event)
3910 list = &event->freq_range;
3922 wpa_dbg(wpa_s, MSG_DEBUG, "P2P: Update channel list based on frequency avoid event");
4204 void wpa_supplicant_event_hapd(void *ctx, enum wpa_event_type event, union wpa_event_data *data);
4206 void wpa_supplicant_event(void *ctx, enum wpa_event_type event,
4210 return wpa_supplicant_event_hapd(ctx, event, data);
4220 event != EVENT_INTERFACE_ENABLED &&
4221 event != EVENT_INTERFACE_STATUS &&
4222 event != EVENT_SCAN_RESULTS &&
4223 event != EVENT_SCHED_SCAN_STOPPED) {
4225 "Ignore event %s (%d) while interface is disabled",
4226 event_to_string(event), event);
4231 if (event == EVENT_RX_MGMT && data->rx_mgmt.frame_len >= 24) {
4242 event_to_string(event), event);
4245 switch (event) {
4395 /* It is possible to get this event from earlier connection */
4406 /* It is possible to get this event from earlier connection */
4503 event == EVENT_CH_SWITCH ? WPA_EVENT_CHANNEL_SWITCH :
4511 if (event == EVENT_CH_SWITCH_STARTED)
4822 wpa_dbg(wpa_s, MSG_DEBUG, "Best channel event received "
4882 "Restart scanning after unexpected sched_scan stop event");
4987 wpa_msg(wpa_s, MSG_INFO, "Unknown event %d", event);
4992 void wpa_supplicant_event_global_hapd(void *ctx, enum wpa_event_type event, union wpa_event_data *data);
4994 void wpa_supplicant_event_global(void *ctx, enum wpa_event_type event,
4998 return wpa_supplicant_event_global_hapd(ctx, event, data);
5003 if (event != EVENT_INTERFACE_STATUS)
5034 wpa_supplicant_event(wpa_s, event, data);