Searched refs:rt_wlan_prot (Results 1 – 3 of 3) sorted by relevance
| /components/drivers/wlan/ |
| A D | dev_wlan_prot.h | 40 struct rt_wlan_prot; 44 … struct rt_wlan_prot *(*dev_reg_callback)(struct rt_wlan_prot *prot, struct rt_wlan_device *wlan); 45 void (*dev_unreg_callback)(struct rt_wlan_prot *prot, struct rt_wlan_device *wlan); 48 struct rt_wlan_prot struct 55 typedef void (*rt_wlan_prot_event_handler)(struct rt_wlan_prot *port, struct rt_wlan_device *wlan, … argument 65 rt_err_t rt_wlan_prot_regisetr(struct rt_wlan_prot *prot); 71 rt_err_t rt_wlan_prot_event_register(struct rt_wlan_prot *prot, rt_wlan_prot_event_t event, rt_wlan… 73 rt_err_t rt_wlan_prot_event_unregister(struct rt_wlan_prot *prot, rt_wlan_prot_event_t event);
|
| A D | dev_wlan_prot.c | 33 struct rt_wlan_prot *prot; 36 static struct rt_wlan_prot *_prot[RT_WLAN_PROT_MAX]; 43 struct rt_wlan_prot *wlan_prot; in rt_wlan_prot_event_handle() 44 struct rt_wlan_prot *prot; in rt_wlan_prot_event_handle() 164 struct rt_wlan_prot *prot = wlan->prot; in rt_wlan_prot_attach_dev() 219 struct rt_wlan_prot *prot = wlan->prot; in rt_wlan_prot_detach_dev() 237 rt_err_t rt_wlan_prot_regisetr(struct rt_wlan_prot *prot) in rt_wlan_prot_regisetr() 279 rt_err_t rt_wlan_prot_event_register(struct rt_wlan_prot *prot, rt_wlan_prot_event_t event, rt_wlan… in rt_wlan_prot_event_register() 301 rt_err_t rt_wlan_prot_event_unregister(struct rt_wlan_prot *prot, rt_wlan_prot_event_t event) in rt_wlan_prot_event_unregister() 334 struct rt_wlan_prot *prot = wlan->prot; in rt_wlan_dev_transfer_prot()
|
| A D | dev_wlan_lwip.c | 47 struct rt_wlan_prot prot; 216 static void rt_wlan_lwip_event_handle(struct rt_wlan_prot *port, struct rt_wlan_device *wlan, int e… in rt_wlan_lwip_event_handle() 417 static struct rt_wlan_prot *rt_wlan_lwip_protocol_register(struct rt_wlan_prot *prot, struct rt_wla… in rt_wlan_lwip_protocol_register() 486 rt_memcpy(&lwip_prot->prot, prot, sizeof(struct rt_wlan_prot)); in rt_wlan_lwip_protocol_register() 498 static void rt_wlan_lwip_protocol_unregister(struct rt_wlan_prot *prot, struct rt_wlan_device *wlan) in rt_wlan_lwip_protocol_unregister() 535 static struct rt_wlan_prot prot; in rt_wlan_lwip_init()
|
Completed in 5 milliseconds