Home
last modified time | relevance | path

Searched refs:WLC_E_NDIS_LINK (Results 1 – 5 of 5) sorted by relevance

/drivers/net/wireless/bcmdhd/
Dbcmevent.c55 { WLC_E_NDIS_LINK, "NDIS_LINK" },
Ddhd_common.c1228 case WLC_E_NDIS_LINK: { in wl_host_event()
1264 if (type == WLC_E_NDIS_LINK) { in wl_host_event()
1270 temp = ntoh32(WLC_E_NDIS_LINK); in wl_host_event()
Dwl_iw.c3211 case WLC_E_NDIS_LINK:
Ddhd_linux.c4057 setbit(eventmask, WLC_E_NDIS_LINK);
/drivers/net/wireless/bcmdhd/common/include/proto/
Dbcmevent.h118 #define WLC_E_NDIS_LINK 18 /* NDIS style link indication */ macro