Home | History | Annotate | Download | only in drivers

Lines Matching refs:wpa_event_type

3393  * enum wpa_event_type - Event type for wpa_supplicant_event() calls
3395 enum wpa_event_type {
4592 void wpa_supplicant_event(void *ctx, enum wpa_event_type event,
4635 /* Convert wpa_event_type to a string for logging */
4636 const char * event_to_string(enum wpa_event_type event);