Home
last modified time | relevance | path

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

/drivers/net/wireless/bcmdhd/
Dbcmevent.c54 { WLC_E_MIC_ERROR, "MIC_ERROR" },
Ddhd_common.c933 case WLC_E_MIC_ERROR: in wl_show_host_event()
Dwl_iw.c3240 case WLC_E_MIC_ERROR: {
Ddhd_linux.c4058 setbit(eventmask, WLC_E_MIC_ERROR);
Dwl_cfg80211.c8234 wl->evt_handler[WLC_E_MIC_ERROR] = wl_notify_mic_status;
/drivers/net/wireless/bcmdhd/common/include/proto/
Dbcmevent.h117 #define WLC_E_MIC_ERROR 17 /* TKIP MIC error occurred */ macro