Home
last modified time | relevance | path

Searched refs:rt_wlan_device (Results 1 – 6 of 6) sorted by relevance

/components/drivers/wlan/
A Ddev_wlan.h365 struct rt_wlan_device;
452 struct rt_wlan_device struct
496 rt_err_t (*wlan_init)(struct rt_wlan_device *wlan);
502 rt_err_t (*wlan_ap_stop)(struct rt_wlan_device *wlan);
504 rt_err_t (*wlan_scan_stop)(struct rt_wlan_device *wlan);
505 int (*wlan_get_rssi)(struct rt_wlan_device *wlan);
509 int (*wlan_get_powersave)(struct rt_wlan_device *wlan);
514 int (*wlan_get_channel)(struct rt_wlan_device *wlan);
537 int rt_wlan_dev_get_rssi(struct rt_wlan_device *device);
544 rt_err_t rt_wlan_dev_ap_stop(struct rt_wlan_device *device);
[all …]
A Ddev_wlan_prot.h43 rt_err_t (*prot_recv)(struct rt_wlan_device *wlan, void *buff, int len);
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);
55 typedef void (*rt_wlan_prot_event_handler)(struct rt_wlan_prot *port, struct rt_wlan_device *wlan, …
59 rt_err_t rt_wlan_prot_attach_dev(struct rt_wlan_device *wlan, const char *prot_name);
63 rt_err_t rt_wlan_prot_detach_dev(struct rt_wlan_device *wlan);
67 rt_err_t rt_wlan_prot_transfer_dev(struct rt_wlan_device *wlan, void *buff, int len);
69 rt_err_t rt_wlan_dev_transfer_prot(struct rt_wlan_device *wlan, void *buff, int len);
75 int rt_wlan_prot_ready(struct rt_wlan_device *wlan, struct rt_wlan_buff *buff);
A Ddev_wlan.c158 rt_err_t rt_wlan_dev_disconnect(struct rt_wlan_device *device) in rt_wlan_dev_disconnect()
207 rt_err_t rt_wlan_dev_ap_stop(struct rt_wlan_device *device) in rt_wlan_dev_ap_stop()
233 int rt_wlan_dev_get_rssi(struct rt_wlan_device *device) in rt_wlan_dev_get_rssi()
331 int rt_wlan_dev_get_powersave(struct rt_wlan_device *device) in rt_wlan_dev_get_powersave()
446 rt_err_t rt_wlan_dev_enter_promisc(struct rt_wlan_device *device) in rt_wlan_dev_enter_promisc()
460 rt_err_t rt_wlan_dev_exit_promisc(struct rt_wlan_device *device) in rt_wlan_dev_exit_promisc()
536 int rt_wlan_dev_get_channel(struct rt_wlan_device *device) in rt_wlan_dev_get_channel()
628 rt_err_t rt_wlan_dev_scan_stop(struct rt_wlan_device *device) in rt_wlan_dev_scan_stop()
723 struct rt_wlan_device *wlan = (struct rt_wlan_device *)dev; in _rt_wlan_dev_init()
745 struct rt_wlan_device *wlan = (struct rt_wlan_device *)dev; in _rt_wlan_dev_control()
[all …]
A Ddev_wlan_prot.c40 static void rt_wlan_prot_event_handle(struct rt_wlan_device *wlan, rt_wlan_dev_event_t event, struc… in rt_wlan_prot_event_handle()
119 static struct rt_wlan_device *rt_wlan_prot_find_by_name(const char *name) in rt_wlan_prot_find_by_name()
134 return (struct rt_wlan_device *)device; in rt_wlan_prot_find_by_name()
139 struct rt_wlan_device *wlan; in rt_wlan_prot_attach()
151 struct rt_wlan_device *wlan; in rt_wlan_prot_detach()
161 rt_err_t rt_wlan_prot_attach_dev(struct rt_wlan_device *wlan, const char *prot_name) in rt_wlan_prot_attach_dev()
217 rt_err_t rt_wlan_prot_detach_dev(struct rt_wlan_device *wlan) in rt_wlan_prot_detach_dev()
323 rt_err_t rt_wlan_prot_transfer_dev(struct rt_wlan_device *wlan, void *buff, int len) in rt_wlan_prot_transfer_dev()
332 rt_err_t rt_wlan_dev_transfer_prot(struct rt_wlan_device *wlan, void *buff, int len) in rt_wlan_dev_transfer_prot()
343 extern int rt_wlan_prot_ready_event(struct rt_wlan_device *wlan, struct rt_wlan_buff *buff);
[all …]
A Ddev_wlan_lwip.c57 struct rt_wlan_device *wlan = parameter; in netif_is_ready()
127 struct rt_wlan_device *wlan = parameter; in timer_callback()
157 struct rt_wlan_device *wlan = parameter; in netif_set_connected()
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()
281 struct rt_wlan_device *wlan; in rt_wlan_lwip_protocol_control()
301 static rt_err_t rt_wlan_lwip_protocol_recv(struct rt_wlan_device *wlan, void *buff, int len) in rt_wlan_lwip_protocol_recv()
362 struct rt_wlan_device *wlan = ((struct eth_device *)device)->parent.user_data; in rt_wlan_lwip_protocol_send()
417 …t_wlan_prot *rt_wlan_lwip_protocol_register(struct rt_wlan_prot *prot, struct rt_wlan_device *wlan) 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()
A Ddev_wlan_mgnt.c34 #define RT_WLAN_DEVICE(__device) ((struct rt_wlan_device *)__device)
69 struct rt_wlan_device *device;
405 static void rt_wlan_event_dispatch(struct rt_wlan_device *device, rt_wlan_dev_event_t event, struct… in rt_wlan_event_dispatch()
1728 int rt_wlan_prot_ready_event(struct rt_wlan_device *wlan, struct rt_wlan_buff *buff) in rt_wlan_prot_ready_event()

Completed in 13 milliseconds