Searched refs:WLC_E_LINK (Results 1 – 6 of 6) sorted by relevance
53 { WLC_E_LINK, "LINK" },
928 case WLC_E_LINK: in wl_show_host_event()1229 uint32 temp = hton32(WLC_E_LINK); in wl_host_event()1246 case WLC_E_LINK: in wl_host_event()
6941 } else if (event == WLC_E_LINK) {6963 } else if (event == WLC_E_LINK) {6980 if (event == WLC_E_LINK && status == WLC_E_STATUS_NO_NETWORKS)7022 if (event == WLC_E_LINK && reason == WLC_E_LINK_BSSCFG_DIS &&7190 (event == WLC_E_LINK && (flags == WLC_EVENT_MSG_LINK))) {7218 } else if ((event == WLC_E_LINK && !(flags & WLC_EVENT_MSG_LINK)) ||8227 wl->evt_handler[WLC_E_LINK] = wl_notify_connect_status;
3210 case WLC_E_LINK:
4056 setbit(eventmask, WLC_E_LINK);
116 #define WLC_E_LINK 16 /* generic link indication */ macro