Searched refs:WLC_E_JOIN (Results 1 – 6 of 6) sorted by relevance
38 { WLC_E_JOIN, "JOIN" },
903 case WLC_E_JOIN: in wl_show_host_event()
3197 case WLC_E_JOIN:
7183 if (event == WLC_E_JOIN) {7189 if (event == WLC_E_JOIN || event == WLC_E_START ||8242 wl->evt_handler[WLC_E_JOIN] = wl_notify_connect_status;
4052 setbit(eventmask, WLC_E_JOIN);
101 #define WLC_E_JOIN 1 /* differentiates join IBSS from found (WLC_E_START) IBSS */ macro