| /OK3568_Linux_fs/kernel/drivers/net/wireless/broadcom/brcm80211/brcmfmac/ |
| H A D | fweh.c | 108 if (fweh->evt_handler[code]) in brcmf_fweh_call_event_handler() 109 err = fweh->evt_handler[code](ifp, emsg, data); in brcmf_fweh_call_event_handler() 166 if (!drvr->fweh.evt_handler[BRCMF_E_IF]) in brcmf_fweh_handle_if_event() 315 memset(fweh->evt_handler, 0, sizeof(fweh->evt_handler)); in brcmf_fweh_detach() 329 if (drvr->fweh.evt_handler[code]) { in brcmf_fweh_register() 333 drvr->fweh.evt_handler[code] = handler; in brcmf_fweh_register() 350 drvr->fweh.evt_handler[code] = NULL; in brcmf_fweh_unregister() 366 if (ifp->drvr->fweh.evt_handler[i]) { in brcmf_fweh_activate_events() 413 if (code != BRCMF_E_IF && !fweh->evt_handler[code]) in brcmf_fweh_process_event()
|
| H A D | fweh.h | 304 int (*evt_handler[BRCMF_E_LAST])(struct brcmf_if *ifp, member
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd_indep_power/ |
| H A D | dhd_linux_wq.h | 81 event_handler_t evt_handler, u8 priority);
|
| H A D | wl_cfg80211.c | 15541 memset(cfg->evt_handler, 0, sizeof(cfg->evt_handler)); in wl_init_event_handler() 15543 cfg->evt_handler[WLC_E_SCAN_COMPLETE] = wl_notify_scan_status; in wl_init_event_handler() 15544 cfg->evt_handler[WLC_E_AUTH] = wl_notify_connect_status; in wl_init_event_handler() 15545 cfg->evt_handler[WLC_E_ASSOC] = wl_notify_connect_status; in wl_init_event_handler() 15546 cfg->evt_handler[WLC_E_LINK] = wl_notify_connect_status; in wl_init_event_handler() 15547 cfg->evt_handler[WLC_E_DEAUTH_IND] = wl_notify_connect_status; in wl_init_event_handler() 15548 cfg->evt_handler[WLC_E_DEAUTH] = wl_notify_connect_status; in wl_init_event_handler() 15549 cfg->evt_handler[WLC_E_DISASSOC_IND] = wl_notify_connect_status; in wl_init_event_handler() 15550 cfg->evt_handler[WLC_E_ASSOC_IND] = wl_notify_connect_status; in wl_init_event_handler() 15551 cfg->evt_handler[WLC_E_REASSOC_IND] = wl_notify_connect_status; in wl_init_event_handler() [all …]
|
| H A D | wl_cfg80211.h | 748 EVENT_HANDLER evt_handler[WLC_E_LAST]; member
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/infineon/bcmdhd/ |
| H A D | dhd_linux_wq.h | 92 event_handler_t evt_handler, u8 priority);
|
| H A D | wl_cfg80211.c | 17843 bzero(cfg->evt_handler, sizeof(cfg->evt_handler)); 17845 cfg->evt_handler[WLC_E_SCAN_COMPLETE] = wl_notify_scan_status; 17846 cfg->evt_handler[WLC_E_AUTH] = wl_notify_connect_status; 17847 cfg->evt_handler[WLC_E_ASSOC] = wl_notify_connect_status; 17848 cfg->evt_handler[WLC_E_LINK] = wl_notify_connect_status; 17849 cfg->evt_handler[WLC_E_DEAUTH_IND] = wl_notify_connect_status; 17850 cfg->evt_handler[WLC_E_DEAUTH] = wl_notify_connect_status; 17851 cfg->evt_handler[WLC_E_DISASSOC_IND] = wl_notify_connect_status; 17852 cfg->evt_handler[WLC_E_ASSOC_IND] = wl_notify_connect_status; 17853 cfg->evt_handler[WLC_E_REASSOC_IND] = wl_notify_connect_status; [all …]
|
| H A D | wl_cfg80211.h | 1243 EVENT_HANDLER evt_handler[WLC_E_LAST]; member
|
| H A D | wl_cfgscan.c | 3401 cfg->evt_handler[WLC_E_ESCAN_RESULT] = wl_escan_handler; in wl_init_scan()
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/bcmdhd/ |
| H A D | dhd_linux_wq.h | 87 event_handler_t evt_handler, u8 priority);
|
| H A D | wl_cfg80211.c | 14827 bzero(cfg->evt_handler, sizeof(cfg->evt_handler)); in wl_init_event_handler() 14829 cfg->evt_handler[WLC_E_SCAN_COMPLETE] = wl_notify_scan_status; in wl_init_event_handler() 14830 cfg->evt_handler[WLC_E_AUTH] = wl_notify_connect_status; in wl_init_event_handler() 14831 cfg->evt_handler[WLC_E_ASSOC] = wl_notify_connect_status; in wl_init_event_handler() 14832 cfg->evt_handler[WLC_E_LINK] = wl_notify_connect_status; in wl_init_event_handler() 14833 cfg->evt_handler[WLC_E_DEAUTH_IND] = wl_notify_connect_status; in wl_init_event_handler() 14834 cfg->evt_handler[WLC_E_DEAUTH] = wl_notify_connect_status; in wl_init_event_handler() 14835 cfg->evt_handler[WLC_E_DISASSOC_IND] = wl_notify_connect_status; in wl_init_event_handler() 14836 cfg->evt_handler[WLC_E_ASSOC_IND] = wl_notify_connect_status; in wl_init_event_handler() 14837 cfg->evt_handler[WLC_E_REASSOC_IND] = wl_notify_connect_status; in wl_init_event_handler() [all …]
|
| H A D | wl_cfg80211.h | 1706 EVENT_HANDLER evt_handler[WLC_E_LAST]; member
|
| H A D | wl_cfgscan.c | 4202 cfg->evt_handler[WLC_E_ESCAN_RESULT] = wl_escan_handler; in wl_init_scan()
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd/ |
| H A D | dhd_linux_wq.h | 87 event_handler_t evt_handler, u8 priority);
|
| H A D | wl_cfg80211.c | 14705 bzero(cfg->evt_handler, sizeof(cfg->evt_handler)); in wl_init_event_handler() 14707 cfg->evt_handler[WLC_E_SCAN_COMPLETE] = wl_notify_scan_status; in wl_init_event_handler() 14708 cfg->evt_handler[WLC_E_AUTH] = wl_notify_connect_status; in wl_init_event_handler() 14709 cfg->evt_handler[WLC_E_ASSOC] = wl_notify_connect_status; in wl_init_event_handler() 14710 cfg->evt_handler[WLC_E_LINK] = wl_notify_connect_status; in wl_init_event_handler() 14711 cfg->evt_handler[WLC_E_DEAUTH_IND] = wl_notify_connect_status; in wl_init_event_handler() 14712 cfg->evt_handler[WLC_E_DEAUTH] = wl_notify_connect_status; in wl_init_event_handler() 14713 cfg->evt_handler[WLC_E_DISASSOC_IND] = wl_notify_connect_status; in wl_init_event_handler() 14714 cfg->evt_handler[WLC_E_ASSOC_IND] = wl_notify_connect_status; in wl_init_event_handler() 14715 cfg->evt_handler[WLC_E_REASSOC_IND] = wl_notify_connect_status; in wl_init_event_handler() [all …]
|
| H A D | wl_cfg80211.h | 1706 EVENT_HANDLER evt_handler[WLC_E_LAST]; member
|
| H A D | wl_cfgscan.c | 4286 cfg->evt_handler[WLC_E_ESCAN_RESULT] = wl_escan_handler; in wl_init_scan()
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/cywdhd/bcmdhd/ |
| H A D | dhd_linux_wq.h | 92 event_handler_t evt_handler, u8 priority);
|
| H A D | wl_cfg80211.c | 17845 bzero(cfg->evt_handler, sizeof(cfg->evt_handler)); 17847 cfg->evt_handler[WLC_E_SCAN_COMPLETE] = wl_notify_scan_status; 17848 cfg->evt_handler[WLC_E_AUTH] = wl_notify_connect_status; 17849 cfg->evt_handler[WLC_E_ASSOC] = wl_notify_connect_status; 17850 cfg->evt_handler[WLC_E_LINK] = wl_notify_connect_status; 17851 cfg->evt_handler[WLC_E_DEAUTH_IND] = wl_notify_connect_status; 17852 cfg->evt_handler[WLC_E_DEAUTH] = wl_notify_connect_status; 17853 cfg->evt_handler[WLC_E_DISASSOC_IND] = wl_notify_connect_status; 17854 cfg->evt_handler[WLC_E_ASSOC_IND] = wl_notify_connect_status; 17855 cfg->evt_handler[WLC_E_REASSOC_IND] = wl_notify_connect_status; [all …]
|
| H A D | wl_cfg80211.h | 1243 EVENT_HANDLER evt_handler[WLC_E_LAST]; member
|
| H A D | wl_cfgscan.c | 3401 cfg->evt_handler[WLC_E_ESCAN_RESULT] = wl_escan_handler; in wl_init_scan()
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/infineon/ |
| H A D | dhd_linux_wq.h | 92 event_handler_t evt_handler, u8 priority);
|
| H A D | wl_cfg80211.c | 17691 bzero(cfg->evt_handler, sizeof(cfg->evt_handler)); 17693 cfg->evt_handler[WLC_E_SCAN_COMPLETE] = wl_notify_scan_status; 17694 cfg->evt_handler[WLC_E_AUTH] = wl_notify_connect_status; 17695 cfg->evt_handler[WLC_E_ASSOC] = wl_notify_connect_status; 17696 cfg->evt_handler[WLC_E_LINK] = wl_notify_connect_status; 17697 cfg->evt_handler[WLC_E_DEAUTH_IND] = wl_notify_connect_status; 17698 cfg->evt_handler[WLC_E_DEAUTH] = wl_notify_connect_status; 17699 cfg->evt_handler[WLC_E_DISASSOC_IND] = wl_notify_connect_status; 17700 cfg->evt_handler[WLC_E_ASSOC_IND] = wl_notify_connect_status; 17701 cfg->evt_handler[WLC_E_REASSOC_IND] = wl_notify_connect_status; [all …]
|
| H A D | wl_cfg80211.h | 1183 EVENT_HANDLER evt_handler[WLC_E_LAST]; member
|
| H A D | wl_cfgscan.c | 3392 cfg->evt_handler[WLC_E_ESCAN_RESULT] = wl_escan_handler; in wl_init_scan()
|