Lines Matching defs:device

49 rt_err_t rt_wlan_dev_init(struct rt_wlan_device *device, rt_wlan_mode_t mode)  in rt_wlan_dev_init()
77 rt_err_t rt_wlan_dev_connect(struct rt_wlan_device *device, struct rt_wlan_info *info, const char *… in rt_wlan_dev_connect()
112 rt_err_t rt_wlan_dev_disconnect(struct rt_wlan_device *device) in rt_wlan_dev_disconnect()
125 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()
161 rt_err_t rt_wlan_dev_ap_stop(struct rt_wlan_device *device) in rt_wlan_dev_ap_stop()
174 rt_err_t rt_wlan_dev_ap_deauth(struct rt_wlan_device *device, rt_uint8_t mac[6]) in rt_wlan_dev_ap_deauth()
187 int rt_wlan_dev_get_rssi(struct rt_wlan_device *device) in rt_wlan_dev_get_rssi()
208 rt_err_t rt_wlan_dev_get_mac(struct rt_wlan_device *device, rt_uint8_t mac[6]) in rt_wlan_dev_get_mac()
221 rt_err_t rt_wlan_dev_set_mac(struct rt_wlan_device *device, rt_uint8_t mac[6]) in rt_wlan_dev_set_mac()
234 rt_err_t rt_wlan_dev_set_powersave(struct rt_wlan_device *device, int level) in rt_wlan_dev_set_powersave()
247 int rt_wlan_dev_get_powersave(struct rt_wlan_device *device) in rt_wlan_dev_get_powersave()
267 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()
298 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()
327 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()
362 rt_err_t rt_wlan_dev_enter_promisc(struct rt_wlan_device *device) in rt_wlan_dev_enter_promisc()
376 rt_err_t rt_wlan_dev_exit_promisc(struct rt_wlan_device *device) in rt_wlan_dev_exit_promisc()
390 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()
401 void rt_wlan_dev_promisc_handler(struct rt_wlan_device *device, void *data, int len) in rt_wlan_dev_promisc_handler()
418 rt_err_t rt_wlan_dev_cfg_filter(struct rt_wlan_device *device, struct rt_wlan_filter *filter) in rt_wlan_dev_cfg_filter()
435 rt_err_t rt_wlan_dev_set_channel(struct rt_wlan_device *device, int channel) in rt_wlan_dev_set_channel()
452 int rt_wlan_dev_get_channel(struct rt_wlan_device *device) in rt_wlan_dev_get_channel()
473 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()
486 rt_country_code_t rt_wlan_dev_get_country(struct rt_wlan_device *device) in rt_wlan_dev_get_country()
507 rt_err_t rt_wlan_dev_scan(struct rt_wlan_device *device, struct rt_wlan_info *info) in rt_wlan_dev_scan()
535 rt_err_t rt_wlan_dev_scan_stop(struct rt_wlan_device *device) in rt_wlan_dev_scan_stop()
548 rt_err_t rt_wlan_dev_report_data(struct rt_wlan_device *device, void *buff, int len) in rt_wlan_dev_report_data()