Home
last modified time | relevance | path

Searched refs:WLC_E_LINK (Results 1 – 6 of 6) sorted by relevance

/drivers/net/wireless/bcmdhd/
Dbcmevent.c53 { WLC_E_LINK, "LINK" },
Ddhd_common.c928 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()
Dwl_cfg80211.c6941 } 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;
Dwl_iw.c3210 case WLC_E_LINK:
Ddhd_linux.c4056 setbit(eventmask, WLC_E_LINK);
/drivers/net/wireless/bcmdhd/common/include/proto/
Dbcmevent.h116 #define WLC_E_LINK 16 /* generic link indication */ macro