Searched refs:WLC_E_LAST (Results 1 – 4 of 4) sorted by relevance
32 #if WLC_E_LAST != 125
502 EVENT_HANDLER evt_handler[WLC_E_LAST];
9669 if (e->etype < WLC_E_LAST && wl->evt_handler[e->etype]) {9830 if (!ev || (event > WLC_E_LAST))
232 #define WLC_E_LAST 125 /* highest val + 1 for range checking */ macro