Lines Matching refs:evt_handler

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()
14838 cfg->evt_handler[WLC_E_ROAM] = wl_notify_roaming_status; in wl_init_event_handler()
14839 cfg->evt_handler[WLC_E_MIC_ERROR] = wl_notify_mic_status; in wl_init_event_handler()
14840 cfg->evt_handler[WLC_E_SET_SSID] = wl_notify_connect_status; in wl_init_event_handler()
14841 cfg->evt_handler[WLC_E_ACTION_FRAME_RX] = wl_notify_rx_mgmt_frame; in wl_init_event_handler()
14842 cfg->evt_handler[WLC_E_PROBREQ_MSG] = wl_notify_rx_mgmt_frame; in wl_init_event_handler()
14843 cfg->evt_handler[WLC_E_P2P_PROBREQ_MSG] = wl_notify_rx_mgmt_frame; in wl_init_event_handler()
14844 cfg->evt_handler[WLC_E_P2P_DISC_LISTEN_COMPLETE] = wl_cfgp2p_listen_complete; in wl_init_event_handler()
14845 cfg->evt_handler[WLC_E_ACTION_FRAME_COMPLETE] = wl_cfgp2p_action_tx_complete; in wl_init_event_handler()
14846 cfg->evt_handler[WLC_E_ACTION_FRAME_OFF_CHAN_COMPLETE] = wl_cfgp2p_action_tx_complete; in wl_init_event_handler()
14847 cfg->evt_handler[WLC_E_JOIN] = wl_notify_connect_status; in wl_init_event_handler()
14848 cfg->evt_handler[WLC_E_START] = wl_notify_connect_status; in wl_init_event_handler()
14849 cfg->evt_handler[WLC_E_AUTH_IND] = wl_notify_connect_status; in wl_init_event_handler()
14850 cfg->evt_handler[WLC_E_ASSOC_RESP_IE] = wl_notify_connect_status; in wl_init_event_handler()
14852 cfg->evt_handler[WLC_E_PFN_NET_FOUND] = wl_notify_pfn_status; in wl_init_event_handler()
14855 cfg->evt_handler[WLC_E_PFN_BEST_BATCHING] = wl_notify_gscan_event; in wl_init_event_handler()
14856 cfg->evt_handler[WLC_E_PFN_SCAN_COMPLETE] = wl_notify_gscan_event; in wl_init_event_handler()
14857 cfg->evt_handler[WLC_E_PFN_GSCAN_FULL_RESULT] = wl_notify_gscan_event; in wl_init_event_handler()
14858 cfg->evt_handler[WLC_E_PFN_BSSID_NET_FOUND] = wl_notify_gscan_event; in wl_init_event_handler()
14859 cfg->evt_handler[WLC_E_PFN_BSSID_NET_LOST] = wl_notify_gscan_event; in wl_init_event_handler()
14860 cfg->evt_handler[WLC_E_PFN_SSID_EXT] = wl_notify_gscan_event; in wl_init_event_handler()
14861 cfg->evt_handler[WLC_E_GAS_FRAGMENT_RX] = wl_notify_gscan_event; in wl_init_event_handler()
14862 cfg->evt_handler[WLC_E_ROAM_EXP_EVENT] = wl_handle_roam_exp_event; in wl_init_event_handler()
14865 cfg->evt_handler[WLC_E_RSSI_LQM] = wl_handle_rssi_monitor_event; in wl_init_event_handler()
14868 cfg->evt_handler[WLC_E_SERVICE_FOUND] = wl_svc_resp_handler; in wl_init_event_handler()
14869 cfg->evt_handler[WLC_E_P2PO_ADD_DEVICE] = wl_notify_device_discovery; in wl_init_event_handler()
14870 cfg->evt_handler[WLC_E_P2PO_DEL_DEVICE] = wl_notify_device_discovery; in wl_init_event_handler()
14873 cfg->evt_handler[WLC_E_TDLS_PEER_EVENT] = wl_tdls_event_handler; in wl_init_event_handler()
14875 cfg->evt_handler[WLC_E_BSSID] = wl_notify_roaming_status; in wl_init_event_handler()
14877 cfg->evt_handler[WLC_E_AIBSS_TXFAIL] = wl_notify_aibss_txfail; in wl_init_event_handler()
14880 cfg->evt_handler[WLC_E_RMC_EVENT] = wl_notify_rmc_status; in wl_init_event_handler()
14883 cfg->evt_handler[WLC_E_BT_WIFI_HANDOVER_REQ] = wl_notify_bt_wifi_handover_req; in wl_init_event_handler()
14886 cfg->evt_handler[WLC_E_NAN_CRITICAL] = wl_cfgnan_notify_nan_status; in wl_init_event_handler()
14887 cfg->evt_handler[WLC_E_NAN_NON_CRITICAL] = wl_cfgnan_notify_nan_status; in wl_init_event_handler()
14889 cfg->evt_handler[WLC_E_CSA_COMPLETE_IND] = wl_csa_complete_ind; in wl_init_event_handler()
14890 cfg->evt_handler[WLC_E_AP_STARTED] = wl_ap_start_ind; in wl_init_event_handler()
14892 cfg->evt_handler[WLC_E_EXCESS_PM_WAKE_EVENT] = wl_check_pmstatus; in wl_init_event_handler()
14895 cfg->evt_handler[WLC_E_ROAM_PREP] = wl_notify_roam_prep_status; in wl_init_event_handler()
14897 cfg->evt_handler[WLC_E_ROAM_START] = wl_notify_roam_start_status; in wl_init_event_handler()
14899 cfg->evt_handler[WLC_E_ADPS] = wl_adps_event_handler; in wl_init_event_handler()
14901 cfg->evt_handler[WLC_E_PSK_SUP] = wl_cfg80211_sup_event_handler; in wl_init_event_handler()
14902 cfg->evt_handler[WLC_E_COUNTRY_CODE_CHANGED] = wl_cfg80211_ccode_evt_handler; in wl_init_event_handler()
14904 cfg->evt_handler[WLC_E_BCNRECV_ABORTED] = wl_bcnrecv_aborted_event_handler; in wl_init_event_handler()
14907 cfg->evt_handler[WLC_E_MBO] = wl_mbo_event_handler; in wl_init_event_handler()
14910 cfg->evt_handler[WLC_E_ADDTS_IND] = wl_cfg80211_cac_event_handler; in wl_init_event_handler()
14911 cfg->evt_handler[WLC_E_DELTS_IND] = wl_cfg80211_cac_event_handler; in wl_init_event_handler()
14914 cfg->evt_handler[WLC_E_PRUNE] = wl_bssid_prune_event_handler; in wl_init_event_handler()
14917 cfg->evt_handler[WLC_E_PROXD] = wl_cfg80211_rtt_event_handler; in wl_init_event_handler()
14920 cfg->evt_handler[WLC_E_BSS_LOAD] = wl_cfg80211_bssload_report_event_handler; in wl_init_event_handler()
14923 cfg->evt_handler[WLC_E_TWT] = wl_notify_twt_event; in wl_init_event_handler()
14926 cfg->evt_handler[WLC_E_TWT] = wl_cfgvendor_notify_twt_event; in wl_init_event_handler()
14930 cfg->evt_handler[WLC_E_JOIN_START] = wl_notify_start_auth; in wl_init_event_handler()
16266 } else if (e->etype < WLC_E_LAST && cfg->evt_handler[e->etype]) { in wl_event_handler()
16278 cfg->evt_handler[e->etype](cfg, wdev_to_cfgdev(wdev), in wl_event_handler()