Searched refs:wifi_reg_event_handler (Results 1 – 8 of 8) sorted by relevance
/AliOS-Things-master/hardware/chip/rtl872xd/sdk/component/common/api/wifi/ |
A D | wifi_ind.h | 84 extern void wifi_reg_event_handler(unsigned int event_cmds, rtw_event_handler_t handler_func, void …
|
A D | wifi_conf.c | 654 wifi_reg_event_handler(WIFI_EVENT_NO_NETWORK,wifi_no_network_hdl,NULL); in wifi_connect() 655 wifi_reg_event_handler(WIFI_EVENT_CONNECT, wifi_connected_hdl, NULL); in wifi_connect() 656 wifi_reg_event_handler(WIFI_EVENT_DISCONNECT, wifi_disconn_hdl, NULL); in wifi_connect() 860 wifi_reg_event_handler(WIFI_EVENT_NO_NETWORK,wifi_no_network_hdl,NULL); in wifi_connect_bssid() 861 wifi_reg_event_handler(WIFI_EVENT_CONNECT, wifi_connected_hdl, NULL); in wifi_connect_bssid() 862 wifi_reg_event_handler(WIFI_EVENT_DISCONNECT, wifi_disconn_hdl, NULL); in wifi_connect_bssid() 1725 wifi_reg_event_handler(WIFI_EVENT_STA_ASSOC, wifi_ap_sta_assoc_hdl, NULL); in wifi_start_ap() 1728 wifi_reg_event_handler(WIFI_EVENT_SOFTAP_STOP, wifi_softap_stop_hdl, NULL); in wifi_start_ap() 1851 wifi_reg_event_handler(WIFI_EVENT_STA_ASSOC, wifi_ap_sta_assoc_hdl, NULL); in wifi_start_ap_with_hidden_ssid() 2013 wifi_reg_event_handler(WIFI_EVENT_SCAN_DONE, wifi_scan_done_hdl, NULL); in wifi_scan() [all …]
|
A D | wifi_ind.c | 228 void wifi_reg_event_handler(unsigned int event_cmds, rtw_event_handler_t handler_func, void *handle… in wifi_reg_event_handler() function
|
A D | wifi_simple_config.c | 1591 wifi_reg_event_handler(WIFI_EVENT_STA_ASSOC, sc_sta_asso_cb, NULL); in simple_config_channel_control()
|
/AliOS-Things-master/hardware/chip/rtl872xd/sdk/component/common/api/wifi/rtw_wpa_supplicant/wpa_supplicant/ |
A D | wifi_wps_config.c | 604 wifi_reg_event_handler(WIFI_EVENT_STA_WPS_START, wpas_wsc_sta_wps_start_hdl, NULL); in start_discovery_phase() 605 wifi_reg_event_handler(WIFI_EVENT_WPS_FINISH, wpas_wsc_wps_finish_hdl, NULL); in start_discovery_phase() 606 wifi_reg_event_handler(WIFI_EVENT_EAPOL_RECVD, wpas_wsc_eapol_recvd_hdl, NULL); in start_discovery_phase() 910 wifi_reg_event_handler(WIFI_EVENT_STA_WPS_START, wpas_wsc_sta_wps_start_hdl, NULL); in wps_start() 911 wifi_reg_event_handler(WIFI_EVENT_WPS_FINISH, wpas_wsc_wps_finish_hdl, NULL); in wps_start() 912 wifi_reg_event_handler(WIFI_EVENT_EAPOL_RECVD, wpas_wsc_eapol_recvd_hdl, NULL); in wps_start() 1051 wifi_reg_event_handler(WIFI_EVENT_STA_WPS_START, wpas_wsc_sta_wps_start_hdl, NULL); in ap_wps_start() 1052 wifi_reg_event_handler(WIFI_EVENT_WPS_FINISH, wpas_wsc_server_wps_finish_hdl, NULL); in ap_wps_start() 1053 wifi_reg_event_handler(WIFI_EVENT_EAPOL_RECVD, wpas_wsc_eapol_recvd_hdl, NULL); in ap_wps_start()
|
A D | wifi_eap_config.c | 221 wifi_reg_event_handler(WIFI_EVENT_EAPOL_START, eap_eapol_start_hdl, NULL); in eap_start() 222 wifi_reg_event_handler(WIFI_EVENT_EAPOL_RECVD, eap_eapol_recvd_hdl, NULL); in eap_start() 237 wifi_reg_event_handler(WIFI_EVENT_DISCONNECT, eap_disconnected_hdl, NULL); in eap_start()
|
/AliOS-Things-master/hardware/chip/rtl872xd/sdk/component/common/api/ |
A D | lwip_netconf.c | 251 wifi_reg_event_handler(WIFI_EVENT_BEACON_AFTER_DHCP, wifi_rx_beacon_hdl, NULL); in LwIP_DHCP()
|
/AliOS-Things-master/hardware/chip/rtl872xd/hal/ |
A D | wifi_port.c | 690 wifi_reg_event_handler(WIFI_EVENT_RX_MGNT, (rtw_event_handler_t)wifi_rx_mgnt_hdl, NULL); in haas200_wifi_register_mgnt_monitor_cb()
|
Completed in 20 milliseconds