Searched refs:WIFI_EVENT_SCAN_DONE (Results 1 – 5 of 5) sorted by relevance
/AliOS-Things-master/hardware/chip/rtl872xd/sdk/component/common/api/wifi/ |
A D | wifi_ind.c | 129 case WIFI_EVENT_SCAN_DONE: in wifi_indication()
|
A D | wifi_conf.c | 1986 wifi_unreg_event_handler(WIFI_EVENT_SCAN_DONE, wifi_scan_done_hdl); in wifi_scan_done_hdl() 2013 wifi_reg_event_handler(WIFI_EVENT_SCAN_DONE, wifi_scan_done_hdl, NULL); in wifi_scan() 2025 wifi_unreg_event_handler(WIFI_EVENT_SCAN_DONE, wifi_scan_done_hdl); in wifi_scan() 2473 wifi_reg_event_handler(WIFI_EVENT_SCAN_DONE, wifi_scan_done_hdl_mcc, NULL); in wifi_scan_networks_mcc() 2476 wifi_unreg_event_handler(WIFI_EVENT_SCAN_DONE, wifi_scan_done_hdl_mcc); in wifi_scan_networks_mcc() 2477 wifi_reg_event_handler(WIFI_EVENT_SCAN_DONE, wifi_scan_done_hdl, NULL); in wifi_scan_networks_mcc() 2504 wifi_unreg_event_handler(WIFI_EVENT_SCAN_DONE, wifi_scan_done_hdl_mcc); in wifi_scan_networks_mcc() 2506 wifi_unreg_event_handler(WIFI_EVENT_SCAN_DONE, wifi_scan_done_hdl); in wifi_scan_networks_mcc()
|
A D | wifi_util.c | 1155 wifi_indication(WIFI_EVENT_SCAN_DONE, NULL, 0, 0); in wext_wlan_indicate()
|
/AliOS-Things-master/hardware/chip/rtl872xd/sdk/component/common/drivers/wlan/realtek/include/ |
A D | wifi_constants.h | 578 WIFI_EVENT_SCAN_DONE = 4, enumerator
|
/AliOS-Things-master/hardware/chip/rtl872xd/sdk/component/common/api/wifi/rtw_wpa_supplicant/wpa_supplicant/ |
A D | wifi_wps_config.c | 722 wifi_unreg_event_handler(WIFI_EVENT_SCAN_DONE, wifi_scan_done_hdl); in wps_find_out_triger_wps_AP()
|
Completed in 28 milliseconds