MAX_EVENT
if (ic->ic_evq_head >= MAX_EVENT)
if (ic->ic_evq_tail >= MAX_EVENT) ic->ic_evq_tail = 0;
wpa_event_type ic_eventq[MAX_EVENT];