Lines Matching refs:rt_wlan_device
51 rt_err_t rt_wlan_dev_init(struct rt_wlan_device *device, rt_wlan_mode_t mode) in rt_wlan_dev_init()
90 rt_err_t rt_wlan_dev_connect(struct rt_wlan_device *device, struct rt_wlan_info *info, const char *… in rt_wlan_dev_connect()
125 rt_err_t rt_wlan_dev_fast_connect(struct rt_wlan_device *device, struct rt_wlan_info *info, const c… in rt_wlan_dev_fast_connect()
158 rt_err_t rt_wlan_dev_disconnect(struct rt_wlan_device *device) in rt_wlan_dev_disconnect()
171 rt_err_t rt_wlan_dev_ap_start(struct rt_wlan_device *device, struct rt_wlan_info *info, const char … in rt_wlan_dev_ap_start()
207 rt_err_t rt_wlan_dev_ap_stop(struct rt_wlan_device *device) in rt_wlan_dev_ap_stop()
220 rt_err_t rt_wlan_dev_ap_deauth(struct rt_wlan_device *device, rt_uint8_t mac[6]) in rt_wlan_dev_ap_deauth()
233 int rt_wlan_dev_get_rssi(struct rt_wlan_device *device) in rt_wlan_dev_get_rssi()
254 rt_err_t rt_wlan_dev_get_info(struct rt_wlan_device *device, struct rt_wlan_info *info) in rt_wlan_dev_get_info()
273 rt_err_t rt_wlan_dev_ap_get_info(struct rt_wlan_device *device, struct rt_wlan_info *info) in rt_wlan_dev_ap_get_info()
292 rt_err_t rt_wlan_dev_get_mac(struct rt_wlan_device *device, rt_uint8_t mac[6]) in rt_wlan_dev_get_mac()
305 rt_err_t rt_wlan_dev_set_mac(struct rt_wlan_device *device, rt_uint8_t mac[6]) in rt_wlan_dev_set_mac()
318 rt_err_t rt_wlan_dev_set_powersave(struct rt_wlan_device *device, int level) in rt_wlan_dev_set_powersave()
331 int rt_wlan_dev_get_powersave(struct rt_wlan_device *device) in rt_wlan_dev_get_powersave()
351 rt_err_t rt_wlan_dev_register_event_handler(struct rt_wlan_device *device, rt_wlan_dev_event_t even… in rt_wlan_dev_register_event_handler()
382 rt_err_t rt_wlan_dev_unregister_event_handler(struct rt_wlan_device *device, rt_wlan_dev_event_t ev… in rt_wlan_dev_unregister_event_handler()
411 void rt_wlan_dev_indicate_event_handle(struct rt_wlan_device *device, rt_wlan_dev_event_t event, st… in rt_wlan_dev_indicate_event_handle()
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()
474 rt_err_t rt_wlan_dev_set_promisc_callback(struct rt_wlan_device *device, rt_wlan_pormisc_callback_t… in rt_wlan_dev_set_promisc_callback()
485 void rt_wlan_dev_promisc_handler(struct rt_wlan_device *device, void *data, int len) in rt_wlan_dev_promisc_handler()
502 rt_err_t rt_wlan_dev_cfg_filter(struct rt_wlan_device *device, struct rt_wlan_filter *filter) in rt_wlan_dev_cfg_filter()
519 rt_err_t rt_wlan_dev_set_channel(struct rt_wlan_device *device, int channel) in rt_wlan_dev_set_channel()
536 int rt_wlan_dev_get_channel(struct rt_wlan_device *device) in rt_wlan_dev_get_channel()
557 rt_err_t rt_wlan_dev_set_country(struct rt_wlan_device *device, rt_country_code_t country_code) in rt_wlan_dev_set_country()
570 rt_country_code_t rt_wlan_dev_get_country(struct rt_wlan_device *device) in rt_wlan_dev_get_country()
591 rt_err_t rt_wlan_dev_scan(struct rt_wlan_device *device, struct rt_wlan_info *info) in rt_wlan_dev_scan()
628 rt_err_t rt_wlan_dev_scan_stop(struct rt_wlan_device *device) in rt_wlan_dev_scan_stop()
641 rt_err_t rt_wlan_dev_report_data(struct rt_wlan_device *device, void *buff, int len) in rt_wlan_dev_report_data()
650 rt_err_t rt_wlan_dev_enter_mgnt_filter(struct rt_wlan_device *device) in rt_wlan_dev_enter_mgnt_filter()
664 rt_err_t rt_wlan_dev_exit_mgnt_filter(struct rt_wlan_device *device) in rt_wlan_dev_exit_mgnt_filter()
678 rt_err_t rt_wlan_dev_set_mgnt_filter_callback(struct rt_wlan_device *device, rt_wlan_mgnt_filter_ca… in rt_wlan_dev_set_mgnt_filter_callback()
689 void rt_wlan_dev_mgnt_filter_handler(struct rt_wlan_device *device, void *data, int len) in rt_wlan_dev_mgnt_filter_handler()
706 int rt_wlan_dev_send_raw_frame(struct rt_wlan_device *device, void *buff, int len) in rt_wlan_dev_send_raw_frame()
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()
995 rt_err_t rt_wlan_dev_register(struct rt_wlan_device *wlan, const char *name, const struct rt_wlan_d… in rt_wlan_dev_register()
1006 rt_memset(wlan, 0, sizeof(struct rt_wlan_device)); in rt_wlan_dev_register()