Home
last modified time | relevance | path

Searched refs:rtw_event_handler_t (Results 1 – 3 of 3) sorted by relevance

/AliOS-Things-master/hardware/chip/rtl872xd/sdk/component/common/api/wifi/
A Dwifi_ind.h39 typedef void (*rtw_event_handler_t)(char *buf, int buf_len, int flags, void* handler_user_data ); typedef
44 rtw_event_handler_t handler;
84 extern void wifi_reg_event_handler(unsigned int event_cmds, rtw_event_handler_t handler_func, void …
95 extern void wifi_unreg_event_handler(unsigned int event_cmds, rtw_event_handler_t handler_func);
A Dwifi_ind.c69 rtw_event_handler_t handle = NULL; in rtw_indicate_event_handle()
228 void wifi_reg_event_handler(unsigned int event_cmds, rtw_event_handler_t handler_func, void *handle… in wifi_reg_event_handler()
247 void wifi_unreg_event_handler(unsigned int event_cmds, rtw_event_handler_t handler_func) in wifi_unreg_event_handler()
/AliOS-Things-master/hardware/chip/rtl872xd/hal/
A Dwifi_port.c690 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 5 milliseconds